summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump/AArch64/arch.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm/dwarfdump] Use the architecture string to filter.Jonas Devlieghere2019-12-091-1/+0
| | | | | | | | | | | | | | | | | | Currently dwarfdump uses the ArchType to filter out architectures, which is problematic for architectures like arm64e and x86_64h that map back to arm64 and x86_64 respectively. The result is that the filter doesn't work for these architectures because it matches all the variants. This is especially bad because usually these architectures are the reason to use the filter in the first place. Instead, we should match the architecture based on the string name. This means the filter works for the values printed by dwarfdump. It has the unfortunate side effect of not working for aliases, like AArch64, but I think that's worth the trade-off. rdar://53653014 Differential revision: https://reviews.llvm.org/D71230
* llvm-dwarfdump: Support alternative architecture names in the -arch filterAdrian Prantl2019-04-041-0/+24
<rdar://problem/47918606> llvm-svn: 357706
OpenPOWER on IntegriCloud