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

Slava Zakharin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 18:58:00 PST 2023


vzakhari added a comment.

> @vzakhari @clementval @jeanPerier could any of you help look at these Flang failures please? If you use libstdc++ you should be able to reproduce them in a Debug build (or a Release build with LLVM_ENABLE_ASSERTIONS=ON) by setting CMAKE_CXX_FLAGS=-D_GLIBCXX_ASSERTIONS.

Will be fixed in D142652 <https://reviews.llvm.org/D142652> and D142671 <https://reviews.llvm.org/D142671>


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