Files
swift-mirror/include/swift-c/DependencyScan/module.modulemap
Artem Chikin d24e15812b Build libSwiftStaticMirror as a standalone library with minimal required dependencies.
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.
2022-02-09 12:28:21 -08:00

5 lines
86 B
Plaintext

module _InternalSwiftScan {
header "DependencyScan.h"
link "_InternalSwiftScan"
}