Skip to content

Commit bf25ecb

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Port 5e98136
1 parent c4952e5 commit bf25ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ expand_template(
144144
out = "include/llvm/Config/abi-breaking.h",
145145
substitutions = {
146146
# Define to enable checks that alter the LLVM C++ ABI
147-
"#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS": "#define LLVM_ENABLE_ABI_BREAKING_CHECKS 0",
147+
"#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS": "#define LLVM_ENABLE_ABI_BREAKING_CHECKS 1",
148148

149149
# Define to enable reverse iteration of unordered llvm containers
150150
"#cmakedefine01 LLVM_ENABLE_REVERSE_ITERATION": "#define LLVM_ENABLE_REVERSE_ITERATION 0",

0 commit comments

Comments
 (0)