http://llvm.org/bugs/show_bug.cgi?id=4568
Kaelyn Uhrain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Kaelyn Uhrain <[email protected]> 2012-06-19 19:36:56 CDT --- As of r158772, clang gives useful error messages (even with assertions enabled): $ echo -n > test.c $ echo -n > test.h $ echo -n > test.h.pch $ clang -include test.h test.c error: input is not a PCH file: 'test.h.pch' $ rm -f test.h.pch $ mkdir test.h.pch $ clang -include test.h test.c error: unable to read PCH file test.h.pch: 'Is a directory' -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
