Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-symbolizer: Extract individual test cases now that it's easier to use ↵ | David Blaikie | 2019-01-24 | 1 | -17/+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 | ||||
* | [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit ↵ | Alexey Samsonov | 2014-06-12 | 1 | -0/+17 |
DIEs. Turns out that DW_AT_ranges_base attribute sets the offset for DW_AT_ranges values specified in the .dwo file, but not for DW_AT_ranges specified in the skeleton compile unit DIE in the main executable. This is extremely confusing, and would hopefully be fixed in DWARF-5 when it's finalized. For now this behavior makes sense, as otherwise Fission would break DWARF consumers who doesn't know anything about DW_AT_ranges_base. llvm-svn: 210809 |