[LLVMdev] Deprecating autoconf/make?

Tim Northover tnorthover at apple.com
Thu May 23 05:56:12 PDT 2013


On 23 May 2013, at 13:51, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:
> I got a CMake warning telling me that the variable for specifying the toolchain file was unused when I set it on the command line, and none of the variables were propagated.  It's been about a month since I tried though, so it may have been fixed.

I get that warning, but it works anyway. Some of the options are forwarded (CMAKE_CXX_COMPILER being particularly important) others just disappear (presumably having done their job).

>> Do you also see the "make -j9 dies" issue?
> 
> I use ninja -j64 and it works fine.

Hmm. There must be something odd in my setup. I wonder if the two are linked in some bizarre way…

Tim.



More information about the llvm-dev mailing list