We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586600f commit d73ce9bCopy full SHA for d73ce9b
llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -183,10 +183,10 @@ string(TOUPPER "${LLVM_ABI_BREAKING_CHECKS}" uppercase_LLVM_ABI_BREAKING_CHECKS)
183
184
if( uppercase_LLVM_ABI_BREAKING_CHECKS STREQUAL "WITH_ASSERTS" )
185
if( LLVM_ENABLE_ASSERTIONS )
186
- set( LLVM_ENABLE_ABI_BREAKING_CHECKS 1 )
+ set( LLVM_ENABLE_ABI_BREAKING_CHECKS 0 )
187
endif()
188
elseif( uppercase_LLVM_ABI_BREAKING_CHECKS STREQUAL "FORCE_ON" )
189
190
elseif( uppercase_LLVM_ABI_BREAKING_CHECKS STREQUAL "FORCE_OFF" )
191
# We don't need to do anything special to turn off ABI breaking checks.
192
elseif( NOT DEFINED LLVM_ABI_BREAKING_CHECKS )
0 commit comments