ether zhhb
2011-May-23 13:09 UTC
[LLVMdev] Get "invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns'" while making llvm test-suite
hi, I have dragonegg r131864, gcc-4.5 r174052 and llvm r131897. When i tried to make the llvm test-suite, i got a error message: /home/ether/local/gcc-4.5/bin/gcc -fplugin=/home/ether/sources/dragonegg/dragonegg.so -I/home/ether/build/llvm-ts/projects/test-suite/SingleSource/UnitTests/Vector/SSE -I/home/ether/sources/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE -I/home/ether/build/llvm-ts/projects/test-suite/../../../../sources/llvm/projects/test-suite/include -I../../../../include -I/home/ether/build/llvm-ts/include -I/home/ether/sources/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DNDEBUG -O3 -fplugin-arg-dragonegg-disable-llvm-optzns -msse2 -m64 -fomit-frame-pointer -S /home/ether/sources/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.shift.c -o Output/sse.shift.ll -fplugin-arg-dragonegg-emit-ir cc1: error: invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns' cc1: error: Fail to initialize plugin /home/ether/sources/dragonegg/dragonegg.so Any help is appreciated. best regards ether
Duncan Sands
2011-May-23 15:12 UTC
[LLVMdev] Get "invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns'" while making llvm test-suite
Hi ether,> I have dragonegg r131864, gcc-4.5 r174052 and llvm r131897. When i > tried to make the llvm test-suite, i got a error message:...> cc1: error: invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns' > cc1: error: Fail to initialize plugin /home/ether/sources/dragonegg/dragonegg.sothis is my fault: you now need to use -fplugin-arg-dragonegg-llvm-ir-optimize=0 I will fix the testsuite later today. Ciao, Duncan.
ether zhhb
2011-May-23 15:18 UTC
[LLVMdev] Get "invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns'" while making llvm test-suite
hi Duncan,> > this is my fault: you now need to use > -fplugin-arg-dragonegg-llvm-ir-optimize=0 > I will fix the testsuite later today.Thanks a lot :) best regards ether> > Ciao, Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Apparently Analagous Threads
- [LLVMdev] Get "invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns'" while making llvm test-suite
- [LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns impact
- [LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
- [LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
- [LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns impact