Files
swift-mirror/test/ClangModules/Inputs/custom-modules/more-custom-modules/module.map
Jordan Rose 2cd2fe3418 [ClangImporter] Don't assume all memory buffers have unique identifiers.
In particular, the fake "<module-includes>" buffers all have that same name.
Use the buffer itself to provide identity. (We are already deliberately
keeping the buffers alive via their source managers.)

rdar://problem/19716081

Swift SVN r25200
2015-02-11 23:07:37 +00:00

6 lines
158 B
Plaintext

// It is important that this test uses a second module.map file.
module ImportsMissingHeaderIndirect {
header "ImportsMissingHeaderIndirect.h"
export *
}