Files
swift-mirror/stdlib/public/SwiftShims/swift/shims/parent.modulemap
Volodymyr Sapsai 4c480d5fa7 Add and install a parent module map for Swift shims. NFC intended.
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
2023-08-22 12:16:46 -07:00

4 lines
186 B
Plaintext

extern module SwiftShims "shims/module.modulemap"
extern module _SwiftConcurrencyShims "shims/module.modulemap"
extern module SwiftOverlayShims "shims/module.modulemap"