Skip to content

Commit d2dffef

Browse files
authored
[Static SDK for Linux] Turn off the CTX_PROFILE option in compiler-rt. (#424)
We've got the sanitizers disabled, so the CTX_PROFILE option won't work either. It'd be nice if the compiler-rt CMake script knew that, but it doesn't. rdar://137610887
1 parent c20c072 commit d2dffef

File tree

1 file changed

+1
-0
lines changed
  • swift-ci/sdks/static-linux/scripts

1 file changed

+1
-0
lines changed

Diff for: swift-ci/sdks/static-linux/scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ EOF
429429
-DCOMPILER_RT_BUILD_MEMPROF=OFF \
430430
-DCOMPILER_RT_BUILD_PROFILE=OFF \
431431
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
432+
-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
432433
-DCOMPILER_RT_BUILD_XRAY=OFF \
433434
-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \
434435
-DCOMPILER_RT_BUILD_ORC=OFF \

0 commit comments

Comments
 (0)