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
3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
module va_list_a { header "va_list_a.h" }
|
|
module va_list_b { header "va_list_b.h" }
|