-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd99016
commit a63dae4
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake | ||
index 0699a8586fcc..ea8ac624d5f4 100644 | ||
--- a/llvm/cmake/modules/HandleLLVMOptions.cmake | ||
+++ b/llvm/cmake/modules/HandleLLVMOptions.cmake | ||
@@ -110,7 +110,7 @@ if( LLVM_ENABLE_ASSERTIONS ) | ||
endif() | ||
endif() | ||
# Enable assertions in libstdc++. | ||
- add_compile_definitions(_GLIBCXX_ASSERTIONS) | ||
+# add_compile_definitions(_GLIBCXX_ASSERTIONS) | ||
# Cautiously enable the extensive hardening mode in libc++. | ||
if((DEFINED LIBCXX_HARDENING_MODE) AND | ||
(NOT LIBCXX_HARDENING_MODE STREQUAL "extensive")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters