search for: ldplusplus

Displaying 4 results from an estimated 4 matches for "ldplusplus".

Did you mean: cplusplus
2008 Sep 03
0
[LLVMdev] xcodebuild and LLVM
.... > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev 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.
2008 Sep 03
5
[LLVMdev] xcodebuild and LLVM
Dear All, Is there a way to convince xcodebuild to build bitcode files for LLVM for an arbitrary Xcode project? So far, I've been able to get xcodebuild to use LLVM by installing XCode 3.1 and using CC="llvm-gcc" on the command line. I've also managed to get LLVM bitcode generates for intermediate files by using "CC="lvm-gcc -emit-llvm"; however, this gives
2008 Sep 09
2
[LLVMdev] xcodebuild and LLVM
..._____________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > 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. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lis...
2008 Sep 12
0
[LLVMdev] xcodebuild and LLVM
...LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >> >> 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. >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://l...