mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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).
20 lines
416 B
CMake
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
|
|
)
|