mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Create a new diagnostics serialization library, splitting out of swiftAST to reduce the overheads for building the tooling for cross-compiling the toolchain. This should reduce the build time for swift-serialize-diagnostics to enable cross-compilation.
7 lines
187 B
CMake
7 lines
187 B
CMake
add_swift_host_tool(swift-serialize-diagnostics
|
|
swift-serialize-diagnostics.cpp
|
|
SWIFT_COMPONENT tools
|
|
)
|
|
target_link_libraries(swift-serialize-diagnostics PRIVATE
|
|
swiftLocalization)
|