Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Symbolize: Make DWPName a symbolizer option instead of an argument to ↵ | Peter Collingbourne | 2019-06-11 | 1 | -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 Blaikie | 2019-01-24 | 1 | -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 |