mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
This commit is contained in:
4
include/swift-c/StaticMirror/module.modulemap
Normal file
4
include/swift-c/StaticMirror/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module _InternalStaticMirror {
|
||||
header "BinaryScan.h"
|
||||
link "_InternalStaticMirror"
|
||||
}
|
||||
Reference in New Issue
Block a user