Displaying 1 result from an estimated 1 matches for "panpaliya".
2016 May 04
2
Clang 3.8 and gcc 5.2 has difference in symbol names
Hi All,
I've built LLVM 3.8 on POWER with gcc 5.2.1 version for one of our
application. This application is built using -std=c++14 support.
Using this particular combination, I'm getting one error where one of the
exported symbols from our application (for a function returning std::string
which is built by gcc) is different than the one when compiled by clang
3.8.
I also tried to