Displaying 2 results from an estimated 2 matches for "final_cxx".
2008 Jul 11
1
[LLVMdev] Simple user question
Hello, Luke
> Is there any way to convince llvm-gcc to use llvm-ld during linking rather
> than the system ld? If there isn't then I'll have to muck with the build a bit
> more to add something like FINAL_CXX, but everyone will see that and it may
> generate a bit of annoyance (and will need to be another thing that is
> modified for our public releases).
You can try to use llvmc2-provided facility to do so. Currently it
cannot be used as llvm-ld replacement out-of-the-box, but can be easily
mod...
2008 Jul 10
0
[LLVMdev] Simple user question
...S) $^ -o $@". During my LLVM build I've built
llvm bytecode libraries, and llvm bytecode targets.
Is there any way to convince llvm-gcc to use llvm-ld during linking rather
than the system ld? If there isn't then I'll have to muck with the build a bit
more to add something like FINAL_CXX, but everyone will see that and it may
generate a bit of annoyance (and will need to be another thing that is
modified for our public releases).
Thanks,
Luke