File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 29
29
set (CMAKE_C_COMPILER "${SWIFT_NATIVE_LLVM_TOOLS_PATH} /clang" )
30
30
endif ()
31
31
32
- set (CMAKE_C_COMPILER_LAUNCHER "" )
33
- set (CMAKE_CXX_COMPILER_LAUNCHER "" )
34
-
35
32
# The sanitizers require using the same version of the compiler for
36
33
# everything and there are various places where we link runtime code with
37
34
# code built by the host compiler. Disable sanitizers for the runtime for
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
20
20
set (CMAKE_C_COMPILER "${SWIFT_NATIVE_LLVM_TOOLS_PATH} /clang" )
21
21
endif ()
22
22
23
- set (CMAKE_C_COMPILER_LAUNCHER "" )
24
- set (CMAKE_CXX_COMPILER_LAUNCHER "" )
25
23
endif ()
26
24
27
25
set (swift_runtime_test_extra_libraries )
You can’t perform that action at this time.
0 commit comments