Go to file
Adrian Prantl e1bc3e2027 dsymutil: Fix the DWOId mismatch check for cached modules.
In verbose mode, we emit a warning if the DWOId of a skeleton CU
mismatches the DWOId of the referenced module. This patch updates the
cached DWOId after a module has been loaded to the DWOId of the module
on disk (instead of storing the DWOId we expected to load). This
allows us to correctly emit the mismatch warning for all subsequent
object files that want to import the same module. This patch also
ensures both warnings are only emitted in verbose mode.

rdar://problem/26214027

llvm-svn: 269383
2016-05-13 00:17:58 +00:00
clang Preserve the FoundDecl properly in constructor overload resolution. No 2016-05-12 23:45:49 +00:00
clang-tools-extra [clang-tidy] Adds modernize-avoid-bind check 2016-05-12 20:06:04 +00:00
compiler-rt [profile] Code refactoring 2016-05-12 21:43:49 +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 math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Apply D20014 - fix a missing return in a test. Fixes PR#27720 2016-05-12 14:31:35 +00:00
libcxxabi libc++abi: make __cxa_call_unexpected visible 2016-05-11 23:56:37 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Slit the relocation scan in two parts. 2016-05-12 22:51:22 +00:00
lldb Add a check for version 15 of the shared cache format 2016-05-12 23:04:43 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm dsymutil: Fix the DWOId mismatch check for cached modules. 2016-05-13 00:17:58 +00:00
openmp Adding new kmp_aligned_malloc() entry point 2016-05-12 22:00:37 +00:00
polly Check late for profitability 2016-05-12 20:21:50 +00:00