Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dsymutil] Rename llvm-dsymutil -> dsymutil | Jonas Devlieghere | 2018-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | Now that almost all functionality of Apple's dsymutil has been upstreamed, the open source variant can be used as a drop in replacement. Hence we feel it's no longer necessary to have the llvm prefix. Differential revision: https://reviews.llvm.org/D44527 llvm-svn: 327790 | ||||
* | [dsymutil] Fix -arch option for thumb variants. | Frederic Riss | 2016-05-09 | 1 | -0/+13 |
r267249 removed the dual ARM/Thumb interface from MachOObjectFile, simplifying llvm-dsymutil's code. This unfortunately also regressed llvm-dsymutil's ability to select thumb slices, because the simplified code was also dealing with the discrepency between the slice arch (eg. armv7m) and the triple arch name (eg. thumbv7m). llvm-svn: 268894 |