Files
swift-mirror/stdlib/public/Platform/glibc.modulemap.gyb
Egor Zhdan 78c0540b6f [Glibc] Refer to UUID headers from the modulemap using relative paths
This improves portability of the Swift toolchains by removing a usage of absolute path to Glibc.

The Glibc modulemap is now injected into the Glibc include path using LLVM VFS, so it can reference Glibc headers using relative paths. This already works for other Glibc headers (e.g. `assert.h`)
2022-08-17 15:09:17 +01:00

1.7 KiB