Go to file
Ben Langmuir bc35fbe43a Don't try to rebuild modules on umbrella header mismatch
There are two issues here:
1) It's too late to rebuild at this point, because we won't go through
removeModules and when we try to reload the new .pcm we'll get the old
one instead.  We might be able to call removeModules after an OutOfDate
here, but I'm not yet confident that it is always safe to do so.

2) In practice, this check fails spuriously when the umbrella header
appears to change because of a VFS change that means it maps to a
different copy of the same file.  Because of this, we just skip the
check for now.

llvm-svn: 230064
2015-02-20 21:46:39 +00:00
clang Don't try to rebuild modules on umbrella header mismatch 2015-02-20 21:46:39 +00:00
clang-tools-extra Deleted module-map-checker, as it's been folded into modularize. 2015-02-20 14:28:10 +00:00
compiler-rt Add test suite for the Control Flow Integrity feature. 2015-02-20 20:31:18 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add self to CREDITS.TXT 2015-02-20 06:17:20 +00:00
libcxxabi Do not add -fno-exceptions without -funwind-tables 2015-02-16 19:51:06 +00:00
lld Remove redundant "explicit". 2015-02-20 14:57:04 +00:00
lldb Avoid a race condition when loading core files where the process might still be handling the eStateStopped event we post to the private state thread causing us to return from SBTarget::LoadCore() before the process is ready to have API calls used on it. 2015-02-20 20:59:47 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC] 2015-02-20 21:34:11 +00:00
openmp Two warning messages fixed. 2015-02-20 18:19:41 +00:00
polly Fix formatting 2015-02-19 22:16:12 +00:00