Skip to content

Commit 3d715e1

Browse files
committed
Revert "[Bazel] Port 5e98136"
This reverts commit bf25ecb.
1 parent ae74e14 commit 3d715e1

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 1",
147+
"#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS": "#define LLVM_ENABLE_ABI_BREAKING_CHECKS 0",
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)