[LLVMdev] xcodebuild and LLVM

eyal keren eyal.keren81 at gmail.com
Wed Mar 11 03:20:21 PDT 2015


Ted Kremenek <kremenek <at> apple.com> writes:

> In addition to specifying CC, xcodebuild also consults the environment  
> variables LD and LDPLUSPLUS for your linker commands (for C and C++  
> sources respectively).  I would try LD=llvm-gcc and LDPLUSPLUS=llvm-g+ 
> + respectively.
> 

Hi Ted, 

This does not seem to work anymore if the xcode project has swift code inside 
of it, do you have a suggestion?





More information about the llvm-dev mailing list