Displaying 1 result from an estimated 1 matches for "1016236".
Did you mean:
1016136
2011 Jun 11
2
[LLVMdev] Build of C++ project with clang++ fails (local symbol 1: discarded in section `xxx')
I have 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'
...
...