Displaying 2 results from an estimated 2 matches for "somesymbolhere2".
Did you mean:
somesymbolhere1
2011 Jun 11
2
[LLVMdev] Build of C++ project with clang++ fails (local symbol 1: discarded in section `xxx')
...ave C++ project that builds fine with g++.
But when I try to replace g++ with clang++ I get such errors (see below)
during link.
What might be a problem?
Yuri
--- errors are like this ---
local symbol 1: discarded in section `.text.SomeSymbolHere1'
local symbol 2: discarded in section `.text.SomeSymbolHere2'
...
...
2011 Jun 11
0
[LLVMdev] Build of C++ project with clang++ fails (local symbol 1: discarded in section `xxx')
...t; But when I try to replace g++ with clang++ I get such errors (see below)
> during link.
> What might be a problem?
>
> Yuri
>
> --- errors are like this ---
> local symbol 1: discarded in section `.text.SomeSymbolHere1'
> local symbol 2: discarded in section `.text.SomeSymbolHere2'
> ...
> ...
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>