File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,8 @@ if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_REMOTE_MIRROR)
70
70
"${SWIFT_SOURCE_DIR} /lib/Demangling/OldDemangler.cpp"
71
71
"${SWIFT_SOURCE_DIR} /lib/Demangling/OldRemangler.cpp"
72
72
"${SWIFT_SOURCE_DIR} /lib/Demangling/Punycode.cpp"
73
- "${SWIFT_SOURCE_DIR} /lib/Demangling/Remangler.cpp" )
74
-
75
- # When we're building with assertions, include the demangle node dumper to aid
76
- # in debugging.
77
- if (LLVM_ENABLE_ASSERTIONS )
78
- list (APPEND swiftDemanglingSources
79
- "${SWIFT_SOURCE_DIR} /lib/Demangling/NodeDumper.cpp" )
80
- endif ()
73
+ "${SWIFT_SOURCE_DIR} /lib/Demangling/Remangler.cpp"
74
+ "${SWIFT_SOURCE_DIR} /lib/Demangling/NodeDumper.cpp" )
81
75
82
76
add_swift_target_library (swiftDemangling OBJECT_LIBRARY
83
77
${swiftDemanglingSources}
You can’t perform that action at this time.
0 commit comments