On 2013-02-28, at 18:18 , David Chisnall <[email protected]> wrote: > On 28 Feb 2013, at 01:56, Abhi Beckert <[email protected]> wrote: > >> Does anyone know what I'm doing wrong? > > You're not doing anything wrong, but I'm guessing that you're using a trunk > build of LLVM? A couple of the LLVM APIs have changed in 3.3 and I haven't > got around to updating the optimisations. If you run ccmake . then it should > give you a list of options. One of them is LLVM_OPTS, toggle this to no (or > pass -DLLVM_OPTS=NO to the cmake command line) to disable them.
Thanks, -DLLVM_OPTS=NO worked for me. > I'll hopefully have time to update the code tomorrow. I'll also make it > disable building the LLVM optimisations by default for versions of LLVM that > I haven't tested with. > > Sorry for the inconvenience, No worries mate! That's what trunk is for. ;) - Abhi _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
