Douglas Gregor e1fbde55dd Ensure that we clean up after a failed module build and cope with the
results in libclang.

llvm-svn: 149200
2012-01-29 19:57:03 +00:00

7 lines
121 B
C

// Produce a crash if CRASH is defined.
#ifdef CRASH
# pragma clang __debug crash
#endif
const char *getCrashString();