mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Explicit module builds currently fail on Windows because direct-clang-cc1-module-build emit-pcm commands take overlaid system module map files as inputs but miss the clang VFS overlay. This change adds the overlay and fixes explicit module builds on Windows.
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
module SAL [system] {
|
|
header "sal.h"
|
|
export *
|
|
}
|