| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Save no relocations by reusing addresses from the address pool.
llvm-svn: 344836
|
|
|
|
|
|
|
|
|
| |
failure in debuginfo_tests.
The test failure was caused by the compiler not emitting a __debug_ranges section with DWARF 4 and
earlier when no ranges are needed. The test checks for the existence regardless.
llvm-svn: 338081
|
|
|
|
|
|
|
| |
This commit caused a regression in the debuginfo-tests:
FAIL: debuginfo-tests :: apple-accel.cpp (40748 of 46595)
llvm-svn: 337997
|
|
refactoring of
range lists emissions and added test cases.
Reviewer: dblaikie
Differential Revision: https://reviews.llvm.org/D49522
llvm-svn: 337981
|