[LLVMdev] CMake changes

Jordan Rose jordan_rose at apple.com
Tue Dec 17 09:32:49 PST 2013


On Dec 17, 2013, at 9:24 , Jordan Rose <jordan_rose at apple.com> wrote:

> Hi, Takumi. Your CMake changes seem to be working just fine with the standalone Xcode build. However, the build products are still being put in bin/Debug instead of Debug/bin. Was that supposed to change yet? Maybe Xcode needs different settings?
> 
> (I think I looked into this once and it was non-trivial to change for Xcode, so if it's working for you I guess you don't need to worry about it. Too bad for me/us, though.)
> 

Ah, I take it back: in a clean build Clang tries to link ~llvm/build/bin/Debug/Debug/clang-tblgen (doubly wrong!) and also fails to link because the link paths are

-Lllvm/build/bin/Debug/Debug
-Lllvm/build/lib/Debug
-Lllvm/build/lib

...but Xcode still built into llvm/build/Debug/lib.

Jordan



More information about the llvm-dev mailing list