summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/rnglists_curanges.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-2/+2
| | | | | | Save no relocations by reusing addresses from the address pool. llvm-svn: 344836
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test ↵Wolfgang Pieb2018-07-261-0/+50
| | | | | | | | | 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
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-261-50/+0
| | | | | | | This commit caused a regression in the debuginfo-tests: FAIL: debuginfo-tests :: apple-accel.cpp (40748 of 46595) llvm-svn: 337997
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some ↵Wolfgang Pieb2018-07-251-0/+50
refactoring of range lists emissions and added test cases. Reviewer: dblaikie Differential Revision: https://reviews.llvm.org/D49522 llvm-svn: 337981
OpenPOWER on IntegriCloud