Files
clang-p2996/clang/test/Modules/self-import-header/af.framework/module.map
Argyrios Kyrtzidis 6f722b4eb9 [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module.
After r180934 we may initiate module map parsing for modules not related to the module what we are building,
make sure we ignore the header file info of headers from such modules.

First part of rdar://13840148

llvm-svn: 181489
2013-05-08 23:46:46 +00:00

5 lines
56 B
Plaintext

framework module af {
header "a1.h"
header "a2.h"
}