summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/split-dwarf-dwp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* llvm-symbolizer: Extract individual test cases now that it's easier to use ↵David Blaikie2019-01-241-22/+0
| | | | | | | | | | directly (without a piped input file) Pulling out the split-dwarf tests by way of example of how I think llvm-symbolizer should be tested going forward. Open to debate/discussion, though. llvm-svn: 352004
* Migrate llvm-symbolizer tests to not use %TDavid Blaikie2017-09-081-4/+4
| | | | | | (context around the %T removal here: https://reviews.llvm.org/D35396 ) llvm-svn: 312828
* DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_baseDavid Blaikie2017-08-021-7/+17
| | | | | | | | | Followup to r309570, fixing it slightly differently (ranges_base and addr_base should never be read from a DWO file - so there shouldn't be any issue with 'overriding' the values - conditionalize the code and assert that the values aren't being overriden). llvm-svn: 309879
* DebugInfo: Add source code/build instructions for split-dwarf-dwp symbolizer ↵David Blaikie2017-05-271-0/+12
test Addressing post-commit code review feedback from Paul Robinson on r303609. llvm-svn: 304080
OpenPOWER on IntegriCloud