mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This separates it from `libSwiftScan` and allows us to build this library without building much of the rest of the compiler. Also refactor `utils/build-parser-lib` into `utils/build-tooling-libs` which builds both SwiftSyntaxParser and SwiftStaticMirror.
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
module _InternalStaticMirror {
|
|
header "BinaryScan.h"
|
|
link "_InternalStaticMirror"
|
|
}
|