mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Header search path for Swift shims is "usr/lib/swift". Don't rely on clang looking for module maps in immediate subdirectories like "shims" but add a module map to "usr/lib/swift" sourcing "shims" modules. rdar://106677321
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
extern module SwiftShims "shims/module.modulemap"
|
|
extern module _SwiftConcurrencyShims "shims/module.modulemap"
|
|
extern module SwiftOverlayShims "shims/module.modulemap"
|