Hi @ll, I am using LLVM to build MySQL. It's OK when I use llvmc/llvm-gcc/llvm-g++ instead of gcc. However, such processing disabled interprocedural analysis that has to combine all bitcode files. My question is how to build MySQL with interprocedural analysis? I really don't like editing all Makefiles one by one. Is there any convenient approach? Thank you. Yao Shi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091016/91fe7330/attachment.html>
2009/10/15 SHI, Yao <shiyao at gmail.com>:> Hi @ll, > > I am using LLVM to build MySQL. It's OK when I use llvmc/llvm-gcc/llvm-g++ > instead of gcc. > However, such processing disabled interprocedural analysis that has to > combine all bitcode files. > > My question is how to build MySQL with interprocedural analysis? I really > don't like editing all Makefiles one by one. Is there any convenient > approach?On OS X I think you can just use -O4. On Linux you can use the gold linker with a plugin to accept llvm IL: http://llvm.org/docs/GoldPlugin.html> Thank you. > > > > > Yao Shi >Cheers, -- Rafael Ávila de Espíndola
Seemingly Similar Threads
- [LLVMdev] converting large projects to LLVM
- how to read different files into different objects in one time?
- Problem installing RCS on SXCE
- Transpose a big data file and write to a new file
- storage class 0 symbol is generated for a double constant in COFF-x86-64 object file