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 c4952e5 commit bf25ecbCopy full SHA for bf25ecb
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -144,7 +144,7 @@ expand_template(
144
out = "include/llvm/Config/abi-breaking.h",
145
substitutions = {
146
# Define to enable checks that alter the LLVM C++ ABI
147
- "#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS": "#define LLVM_ENABLE_ABI_BREAKING_CHECKS 0",
+ "#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS": "#define LLVM_ENABLE_ABI_BREAKING_CHECKS 1",
148
149
# Define to enable reverse iteration of unordered llvm containers
150
"#cmakedefine01 LLVM_ENABLE_REVERSE_ITERATION": "#define LLVM_ENABLE_REVERSE_ITERATION 0",
0 commit comments