Go to file
David Majnemer 4eb0a3fd25 PECOFF: Use the string table for long section names in EXEs/DLLs
Normally, PE files have section names of eight characters or less.
However, this is problematic for DWARF because DWARF section names are
things like .debug_aranges.

Instead of truncating the section name, redirect the section name into
the string table.

Differential Revision: http://reviews.llvm.org/D6104

llvm-svn: 221212
2014-11-04 00:53:57 +00:00
clang Lower __builtin_fabs* to @llvm.fabs.* 2014-11-03 23:52:09 +00:00
clang-tools-extra [clang-tidy] Added -fix-errors option 2014-11-03 14:06:31 +00:00
compiler-rt [TSan] Remove bogus unused global variables 2014-11-03 22:46:13 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Mark string_view::to_string as const. Fixes PR21428 2014-11-02 15:35:32 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld PECOFF: Use the string table for long section names in EXEs/DLLs 2014-11-04 00:53:57 +00:00
lldb Added a test case for reading ivars from the 2014-11-04 00:06:34 +00:00
llvm Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer. 2014-11-04 00:43:16 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Revert "Temporary disable formatting error" 2014-11-03 22:11:20 +00:00