[PATCH] D12834: add gcc abi_tag support
Pavel Odintsov via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 13 14:00:54 PDT 2016
Pavel_Odintsov added a comment.
Hello, folks!
Sorry for bothering you because I'm just user of clang 3.8 and gcc 5.3 and haven't any experience in compiler development. But I've hit issue mentioned in this ticket.
I've C++ 11 enabled libraries (gRPC, protobuf, bson and mongodb c++ 11 client) in my project which are compiled with gcc 5.3. So I've tried to move to clang for this project for testing purposes (and awesome clang static analyzer!).
But actually it becoming nightmare because I need to rebuild each C++ 11 library for both compilers because of this issue :(
Could you look on this issue and offer some workaround? Will be fine to have support of already created by gcc 5.3 tags.
Repository:
rL LLVM
http://reviews.llvm.org/D12834
More information about the cfe-commits
mailing list