File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,6 @@ set(swift_runtime_sources
50
50
Reflection.cpp
51
51
SwiftObject.cpp )
52
52
53
- add_swift_library (swiftRuntime IS_STDLIB IS_STDLIB_CORE
54
- ${swift_runtime_sources}
55
- ${swift_runtime_objc_sources}
56
- ${swift_runtime_leaks_sources}
57
- ${swift_runtime_port_sources}
58
- C_COMPILE_FLAGS ${swift_runtime_compile_flags}
59
- INSTALL_IN_COMPONENT stdlib )
60
-
61
53
# Acknowledge that the following sources are known.
62
54
set (LLVM_OPTIONAL_SOURCES
63
55
Remangle.cpp
@@ -67,6 +59,14 @@ set(LLVM_OPTIONAL_SOURCES
67
59
${swift_runtime_objc_sources}
68
60
${swift_runtime_leaks_sources} )
69
61
62
+ add_swift_library (swiftRuntime IS_STDLIB IS_STDLIB_CORE
63
+ ${swift_runtime_sources}
64
+ ${swift_runtime_objc_sources}
65
+ ${swift_runtime_leaks_sources}
66
+ ${swift_runtime_port_sources}
67
+ C_COMPILE_FLAGS ${swift_runtime_compile_flags}
68
+ INSTALL_IN_COMPONENT stdlib )
69
+
70
70
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" )
71
71
add_swift_library (section_magic_begin IS_STDLIB IS_STDLIB_CORE
72
72
swift_sections.S
You can’t perform that action at this time.
0 commit comments