search for: 22multiple

Displaying 3 results from an estimated 3 matches for "22multiple".

2010 Oct 29
2
[LLVMdev] "multiple definition of .. " in clang 2.8
...x730): multiple definition of `__signbit' av.o:av.c:(.text+0x730): first defined here Hostname.o: In function `__signbitl': Hostname.c:(.text+0x740): multiple definition of `__signbitl' av.o:av.c:(.text+0x740): first defined here -- View this message in context: http://old.nabble.com/%22multiple-definition-of-..-%22--in-clang-2.8-tp30085184p30085184.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Nov 02
0
[LLVMdev] "multiple definition of .. " in clang 2.8
...06). Similarly for all the other functions, which 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 Nov 03
1
[LLVMdev] "multiple definition of .. " in clang 2.8
It appears you filed PR 8538 about this, but didn't cc yourself. You should look at it; I don't think this is a clang problem. > It seems that the problem occurs from the optimization level. In the 2.7 > version I was using -O0 and in 2.8 I tested the same benchmarks with -O3. > > clang -O0 works fine, while clang -O3 makes redefinitions (probably it is > related to