Go to file
Adrian Prantl c96da8faa6 Module Debugging: Use a nonzero DWO id for precompiled headers.
PCH files don't have a module signature and LLVM uses a nonzero DWO id as
an indicator for skeleton / module CUs. This change pins the DWO id for PCH
files to a known constant value.
The correct long-term solution here is to implement a module signature
that is an actual dterministic hash (at the moment module signatures are
just random nonzero numbers) and then enable this for PCH files as well.

<rdar://problem/24290667>

llvm-svn: 258507
2016-01-22 17:43:43 +00:00
clang Module Debugging: Use a nonzero DWO id for precompiled headers. 2016-01-22 17:43:43 +00:00
clang-tools-extra Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body. 2016-01-20 22:14:10 +00:00
compiler-rt .clang-tidy for sanitizer package to override root llvm style 2016-01-21 23:21:31 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Add __uncvref type for use in later patches 2016-01-22 06:25:47 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Use of llvm_unreachable instead of warning in EhFrameHeader<ELFT>::assignEhFrame(). 2016-01-22 10:57:39 +00:00
lldb Revert "Enable test log collection from remote debug servers" 2016-01-22 14:50:29 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [TableGen] Make a class member local to the function that populates it and consumes it later. NFC 2016-01-22 05:59:43 +00:00
openmp lit.cfg: Pass -isysroot to the SDK on Darwin 2016-01-19 19:26:43 +00:00
polly ScopDetection: Do not detect regions with irreducible control as scops 2016-01-22 09:44:37 +00:00