mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Also push a utility that was previously on `SILDeclRef` down to AST so that the SIL dependency can be removed entirely from APIDigester.
11 lines
209 B
CMake
11 lines
209 B
CMake
|
|
|
|
add_swift_host_library(swiftAPIDigester STATIC
|
|
ModuleAnalyzerNodes.cpp
|
|
ModuleDiagsConsumer.cpp)
|
|
|
|
target_link_libraries(swiftAPIDigester PRIVATE
|
|
swiftIDE)
|
|
|
|
set_swift_llvm_is_available(swiftAPIDigester)
|