[PATCH] D142279: [cmake] Use LLVM_ENABLE_ASSERTIONS to enable assertions in libstdc++

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 13:12:02 PST 2023


dblaikie added a comment.

In D142279#4124019 <https://reviews.llvm.org/D142279#4124019>, @foad wrote:

>> Specifically, assertions are intended to break ABI
>
> I hope you meant "to //not// break ABI". That's certainly true of _GLIBCXX_ASSERTIONS which is not "ABI-changing" according to https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html

Right, yes, that. Sorry for the typo/confusion.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142279/new/

https://reviews.llvm.org/D142279



More information about the llvm-commits mailing list