mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The depenedency on libAST this introduced is causing build time
regressions.
This reverts commit ea86221d41.
7 lines
111 B
CMake
7 lines
111 B
CMake
|
|
add_swift_host_library(swiftLocalization STATIC
|
|
LocalizationFormat.cpp
|
|
|
|
LLVM_LINK_COMPONENTS
|
|
support)
|