File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ if(SWIFT_RUNTIME_ENABLE_LEAK_CHECKER)
17
17
set (swift_runtime_leaks_sources Leaks.mm )
18
18
endif ()
19
19
20
- # Acknowledge that the following sources are known.
21
- set (LLVM_OPTIONAL_SOURCES
22
- Remangle.cpp
23
- CygwinPort.cpp
24
- swift_sections.S )
25
-
26
20
set (swift_runtime_port_sources )
27
21
if ("${CMAKE_SYSTEM_NAME} " STREQUAL "CYGWIN" )
28
22
set (swift_runtime_port_sources
@@ -64,8 +58,11 @@ add_swift_library(swiftRuntime IS_STDLIB IS_STDLIB_CORE
64
58
C_COMPILE_FLAGS ${swift_runtime_compile_flags}
65
59
INSTALL_IN_COMPONENT stdlib )
66
60
61
+ # Acknowledge that the following sources are known.
67
62
set (LLVM_OPTIONAL_SOURCES
68
63
Remangle.cpp
64
+ swift_sections.S
65
+ CygwinPort.cpp
69
66
${swift_runtime_sources}
70
67
${swift_runtime_objc_sources}
71
68
${swift_runtime_leaks_sources} )
You can’t perform that action at this time.
0 commit comments