Hi, Duncan> you need to build dragonegg-2.8 against LLVM-2.8.I did build LLVM-2.8, however it's not system-wide. I wonder if it is because it cannot find the path to my LLVM-2.8 direcotry. If so, how can I tell him? Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Parallel Processing Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
Hi chenwj,>> you need to build dragonegg-2.8 against LLVM-2.8. > > I did build LLVM-2.8, however it's not system-wide. I wonder if it is > because it cannot find the path to my LLVM-2.8 direcotry. If so, how can > I tell him?find the llvm-config executable for LLVM-2.8. If you installed LLVM-2.8 you can use the one that was installed. If you only built it, you can use the one from the build. Anyway, suppose the path to the executable is PATH/llvm-config. Then build dragonegg using: LLVM_CONFIG=PATH/llvm-config make Ciao, Duncan.
Hi Duncan, Thanks. I wonder if this hint can be put on http://dragonegg.llvm.org/. And one comment, building dragonegg.so needs a gcc built with "--enable-lto" option. Could this also be put on the web site? Thanks again. Regards, chenwj -- Wei-Ren Chen (陳韋任) Parallel Processing Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
Seemingly Similar Threads
- [LLVMdev] Building dragonegg.so failed
- [LLVMdev] Does DragonEgg support parameters like -fno-builtin in clang?
- [LLVMdev] Does DragonEgg support parameters like -fno-builtin in clang?
- [LLVMdev] Does DragonEgg support parameters like -fno-builtin in clang?
- [LLVMdev] Can DragonEgg-2.9 work with gcc-4.6?