Skip to content

Commit a12625c

Browse files
committed
Un-set CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER in stdlib and unittests
1 parent 9c0de5a commit a12625c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

stdlib/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ else()
2929
set(CMAKE_C_COMPILER "${SWIFT_NATIVE_LLVM_TOOLS_PATH}/clang")
3030
endif()
3131

32-
set(CMAKE_C_COMPILER_LAUNCHER "")
33-
set(CMAKE_CXX_COMPILER_LAUNCHER "")
34-
3532
# The sanitizers require using the same version of the compiler for
3633
# everything and there are various places where we link runtime code with
3734
# code built by the host compiler. Disable sanitizers for the runtime for

unittests/runtime/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
2020
set(CMAKE_C_COMPILER "${SWIFT_NATIVE_LLVM_TOOLS_PATH}/clang")
2121
endif()
2222

23-
set(CMAKE_C_COMPILER_LAUNCHER "")
24-
set(CMAKE_CXX_COMPILER_LAUNCHER "")
2523
endif()
2624

2725
set(swift_runtime_test_extra_libraries)

0 commit comments

Comments
 (0)