Displaying 2 results from an estimated 2 matches for "tp30085184p30115556".
2010 Nov 02
0
[LLVMdev] "multiple definition of .. " in clang 2.8
...hich appear in the end to be
redefined and give errors.
Am I on the right track with this errors? I need to use the -O3 optimization
level in my tests, so how can I avoid this problem?
Alexandra
--
View this message in context: http://old.nabble.com/%22multiple-definition-of-..-%22--in-clang-2.8-tp30085184p30115556.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Oct 29
2
[LLVMdev] "multiple definition of .. " in clang 2.8
Hi,
I tried to run the SPEC benchmark suite SPECCPU 2006 with llvm and clang
2.8. When building the perlbench sources I get these errors (see below) for
all the source files. I used a config file (
http://old.nabble.com/file/p30085184/llvm.cfg llvm.cfg ) where I specify
clang as the compiler. I verified the same sources with llvm-gcc and it
works fine. Also, I verified the sjeng benchmark from