Files
swift-mirror/lib/FrontendTool/CMakeLists.txt
Huon Wilson 4eff6f1374 [FrontendTool] -emit-tbd and -validate-tbd-against-ir flags.
These, respectively, write a list of symbols to a file, and compare what
that list would be against the "true" list (the symbol names in the IR).
2017-03-28 16:31:09 -07:00

20 lines
416 B
CMake

add_swift_library(swiftFrontendTool STATIC
FrontendTool.cpp
ImportedModules.cpp
ReferenceDependencies.cpp
TBD.cpp
DEPENDS SwiftOptions
LINK_LIBRARIES
swiftIDE
swiftTBDGen swiftIRGen swiftSIL swiftSILGen swiftSILOptimizer
swiftDemangling
swiftImmediate
swiftSerialization
swiftPrintAsObjC
swiftFrontend
swiftClangImporter
swiftOption
clangAPINotes
clangBasic
)