mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
stdint.h and stddef.h are shipped with CLang, but they not included in Clang's module.map, which causes Clang to import libc versions instead (and Clang's stdint.h is dispatching to libc). This was causing hard-to-debug transient failures during incremental rebuilds, like this: error: module file was created by an older version of the compiler: .../Darwin.swiftmodule Swift SVN r23230
1.7 KiB
1.7 KiB