Hi Mathias, They disable building the LLVM optimisations for LLVM > 3.3. This is because LLVM APIs change quite frequently and they most likely won't build. I think the thing you need to set is LLVM_OPTS=yes (check ccmake - it's documented), if you want to try building them. Note that this doesn't affect the runtime itself, it just relates to the extra GNUstep-runtime-specific optimisations that can be built as an LLVM plugin.
David On 28 Feb 2014, at 13:43, Mathias Bauer <[email protected]> wrote: > Hi, > > I wonder how the CMake build in libobjc2 reacts on different versions of > clang. > > The CMakeLists.txt of libobjc2 seems to disable some LLVM options in case any > clang version > 3 or directly from svn is used. > > What are these options and how do I enable them explicitly? > > Best regards, > Mathias > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep -- Sent from my Apple II _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
