We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 029afb1 + 4ca4d91 commit a014248Copy full SHA for a014248
stdlib/CMakeLists.txt
@@ -24,11 +24,6 @@ set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
24
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
25
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
26
27
-# NOTE(compnerd) save the original compiler for the host swiftReflection that
28
-# we build
29
-set(HOST_CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
30
-set(HOST_CMAKE_C_COMPILER_INITIAL ${CMAKE_C_COMPILER})
31
-
32
if(SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER)
33
if(NOT "${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
34
message(FATAL_ERROR "Building the swift runtime is not supported with ${CMAKE_C_COMPILER_ID}. Use the just-built clang instead.")
0 commit comments