Skip to content

Commit 8ed0ebe

Browse files
authored
Merge pull request #23455 from apple/build-compile_rt-with-libdispatch-support
Build compiler-rt with TSan interception for libdispatch on non-Apple platforms
2 parents 4dcf60c + 552ab0c commit 8ed0ebe

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
@@ -2169,6 +2169,7 @@ for host in "${ALL_HOSTS[@]}"; do
21692169
-DLLVM_TOOL_SWIFT_BUILD:BOOL=NO
21702170
-DLLVM_INCLUDE_DOCS:BOOL=TRUE
21712171
-DLLVM_ENABLE_LTO:STRING="${LLVM_ENABLE_LTO}"
2172+
-DCOMPILER_RT_INTERCEPT_LIBDISPATCH=ON
21722173
"${llvm_cmake_options[@]}"
21732174
)
21742175

0 commit comments

Comments
 (0)