ubsan added a comment.

The ABI breakage was already there, in the difference between GCC and Clang
- if one compiles against libc++ with gcc, it is not compatible with things

that are compiled with clang. I frankly think that being ABI compatible
with gcc (and correct according to the standard) is far more important than
being ABI compatible with previous versions of clang - if people need the
ABI compatibility, they can and should use `-fclang-abi-compat`


Repository:
  rL LLVM

https://reviews.llvm.org/D53207



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D53207: Fix bug 265... Louis Dionne via Phabricator via cfe-commits
    • [PATCH] D53207: Fix bu... Nicole Mazzuca via Phabricator via cfe-commits

Reply via email to