@@ -23,10 +23,7 @@ set(swift_runtime_objc_sources
2323 SwiftObject.mm
2424 SwiftValue.mm
2525 ReflectionMirror.mm
26- ObjCRuntimeGetImageNameFromClass.mm
27- "${SWIFT_SOURCE_DIR} /lib/Demangling/OldRemangler.cpp"
28- "${SWIFT_SOURCE_DIR} /lib/Demangling/Remangler.cpp"
29- )
26+ ObjCRuntimeGetImageNameFromClass.mm)
3027
3128set (swift_runtime_sources
3229 AnyHashableSupport.cpp
@@ -62,19 +59,7 @@ set(swift_runtime_sources
6259 ProtocolConformance.cpp
6360 RefCount.cpp
6461 RuntimeInvocationsTracking.cpp
65- SwiftDtoa.cpp
66- "${SWIFT_SOURCE_DIR} /lib/Demangling/OldDemangler.cpp"
67- "${SWIFT_SOURCE_DIR} /lib/Demangling/Demangler.cpp"
68- "${SWIFT_SOURCE_DIR} /lib/Demangling/NodePrinter.cpp"
69- "${SWIFT_SOURCE_DIR} /lib/Demangling/Context.cpp"
70- "${SWIFT_SOURCE_DIR} /lib/Demangling/ManglingUtils.cpp"
71- "${SWIFT_SOURCE_DIR} /lib/Demangling/Punycode.cpp" )
72-
73- # When we're building with assertions, include the demangle node dumper to aid
74- # in debugging.
75- if (LLVM_ENABLE_ASSERTIONS)
76- list (APPEND swift_runtime_sources "${SWIFT_SOURCE_DIR} /lib/Demangling/NodeDumper.cpp" )
77- endif (LLVM_ENABLE_ASSERTIONS)
62+ SwiftDtoa.cpp)
7863
7964# Acknowledge that the following sources are known.
8065set (LLVM_OPTIONAL_SOURCES
@@ -174,7 +159,6 @@ add_swift_target_library(swiftRuntime OBJECT_LIBRARY
174159 ${swift_runtime_library_compile_flags}
175160 ${_RUNTIME_NONATOMIC_FLAGS}
176161 LINK_FLAGS ${swift_runtime_linker_flags}
177- INCORPORATE_OBJECT_LIBRARIES swiftLLVMSupport
178162 SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
179163 INSTALL_IN_COMPONENT never_install)
180164
0 commit comments