summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-symbolizer/split-dwarf-dwp.test
Commit message (Collapse)AuthorAgeFilesLines
* Symbolize: Make DWPName a symbolizer option instead of an argument to ↵Peter Collingbourne2019-06-111-2/+3
| | | | | | | | | | | | symbolize{,Inlined}Code. This makes the interface simpler and more consistent with the interface for .dSYM files and fixes a bug where llvm-symbolizer would not read the dwp if it was asked to symbolize data before symbolizing code. Differential Revision: https://reviews.llvm.org/D63114 llvm-svn: 363025
* llvm-symbolizer: Extract individual test cases now that it's easier to use ↵David Blaikie2019-01-241-0/+12
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
OpenPOWER on IntegriCloud