Files
clang-p2996/clang/test/Modules/Inputs/va_list/module.modulemap
David Blaikie f5f9a83668 Fix r217275 to work without the need for standard headers being included
It seems (I guess) in ObjC that va_list is provided without the need for
inclusions. I verified that with this change the test still crashes in
the absence of the fix committed in r217275.

llvm-svn: 217290
2014-09-05 23:36:59 +00:00

3 lines
84 B
Plaintext

module va_list_a { header "va_list_a.h" }
module va_list_b { header "va_list_b.h" }