[Openmp-commits] [llvm] [openmp] Remaining work necessary for GCC 15 (PR #157385)

Patrick Simmons via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 8 19:52:50 PDT 2025


================
@@ -170,7 +170,7 @@ endif()
 # avoid an unwanted dependency on libstdc++.so.
 add_compile_definitions(_GLIBCXX_NO_ASSERTIONS)
 if(NOT WIN32)
-  add_definitions(-U_GLIBCXX_ASSERTIONS)
+  add_definitions(-U_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS)
----------------
linuxrocks123 wrote:

Thanks, fixed.

https://github.com/llvm/llvm-project/pull/157385


More information about the Openmp-commits mailing list