Skip to content

Commit 4081418

Browse files
committed
Try again to not enforce checks for LLVM's ABI-breaking build settings.
This is a new version of my previous commit 411a05b. I see now that I had added the setting in code that is not used for Linux. This moves it to a better place that should apply to all builds.
1 parent 46d8ecf commit 4081418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ function set_build_options_for_host() {
719719
llvm_cmake_options+=(
720720
-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL="$(false_true ${SKIP_BUILD_COMPILER_RT})"
721721
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL="$(false_true ${SKIP_BUILD_COMPILER_RT})"
722+
-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING:BOOL=TRUE
722723
)
723724

724725
# If we are asked to not generate test targets for LLVM and or Swift,

0 commit comments

Comments
 (0)