summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authordpalermo <dan.palermo@amd.com>2025-08-21 21:54:58 -0500
committerGitHub <noreply@github.com>2025-08-21 21:54:58 -0500
commitd26ea02060b1c9db751d188b2edb0059a9eb273d (patch)
tree1dfe447a4fba89f6fa5bd982d4436ee4f67c939b /openmp
parentf1f194bf10e6ce180bbb199fa219c4d1ec67290f (diff)
Revert "Fix Debug Build Using GCC 15" (#154877)
Reverts llvm/llvm-project#152223
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/CMakeLists.txt b/openmp/runtime/src/CMakeLists.txt
index 71eab0eedcce..08e1753b9363 100644
--- a/openmp/runtime/src/CMakeLists.txt
+++ b/openmp/runtime/src/CMakeLists.txt
@@ -168,7 +168,7 @@ endif()
# Disable libstdc++ assertions, even in an LLVM_ENABLE_ASSERTIONS build, to
# avoid an unwanted dependency on libstdc++.so.
if(NOT WIN32)
- add_definitions(-U_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS)
+ add_definitions(-U_GLIBCXX_ASSERTIONS)
endif()
# Add the OpenMP library