Go to file
Douglas Gregor ce3a8293a0 Implement -fno-validate-pch at the -cc1 level, which suppresses most
of the usual consistency checks used to determine when a precompiled
header is incompatible with the translation unit it's being loaded
into.

Enable this option when loading a precompiled preamble, because the
preamble loader will be performing all of this checking itself. Enable
the preamble-based test now that it's working.

This option is also useful for debugging Clang's PCH
(<rdar://problem/7532213>).

llvm-svn: 109475
2010-07-27 00:27:13 +00:00
clang Implement -fno-validate-pch at the -cc1 level, which suppresses most 2010-07-27 00:27:13 +00:00
compiler-rt Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum 2010-07-26 18:17:00 +00:00
libcxx Updated weekly by chapter summary 2010-07-22 20:29:53 +00:00
lldb Fixed a bug where we didn't restore thread and 2010-07-26 22:14:36 +00:00
llvm (Hopefully) One last test. 2010-07-27 00:04:55 +00:00