Files
swift-mirror/lib/Demangling/CMakeLists.txt
Doug Gregor d0b73b85d0 [Type decoder] Generalize the canonicalization of nominal type decl references.
Various TypeDecoder clients will depend on having the "bare" nominal
type declaration demangled node for looking up nominal type descriptors,
so move the generic argument-stripping code into TypeDecoder.
2018-01-12 15:35:12 -08:00

14 lines
218 B
CMake

add_swift_library(swiftDemangling STATIC
Demangler.cpp
Context.cpp
ManglingUtils.cpp
NodeDumper.cpp
NodePrinter.cpp
OldDemangler.cpp
OldRemangler.cpp
Punycode.cpp
Remangler.cpp
TypeDecoder.cpp
)