Go to file
Saleem Abdulrasool 7d09530cef MC: correct DWARF header for PE/COFF assembly input
The header contains an offset to the DWARF abbreviations for the CU.  The offset
must be section relative for COFF and absolute for others.  The non-assembly
code path for the DWARF header generation already had the correct emission for
the headers.  This corrects just the assembly path.  Due to the invalid
relocation, processing of the debug information would halt previously on the
first assembly input as the associated abbreviations would be out of range as
they would have the location increased by image base and the section offset.

This address PR20332.

llvm-svn: 213275
2014-07-17 16:27:44 +00:00
clang Handle __assume in the VoidExprEvaluator 2014-07-17 14:49:58 +00:00
clang-tools-extra Make the diagnostic message more complete to check the check name. 2014-07-17 10:05:26 +00:00
compiler-rt [asan] Remove leftover debug printf. 2014-07-17 13:05:21 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 2014-07-17 15:32:20 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Set DLL bit in PE header if DLL. 2014-07-17 00:22:26 +00:00
lldb Two fixes in the Objective-C language runtime: 2014-07-17 01:20:37 +00:00
llvm MC: correct DWARF header for PE/COFF assembly input 2014-07-17 16:27:44 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Move code out of the IslAst header 2014-07-17 16:11:28 +00:00