llvm-dwarfdump does not accept -arch values for commonly known arch names like
arm64 or i686. All llvm and clang tools I've used allow for these arch names,
this change makes llvm-dwarfdump consistent with other tools.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30046 Build 30045: arc lint + arc unit
Event Timeline
Comment Actions
If you don't mind, I mildly prefer my patch in https://reviews.llvm.org/D60240 because it also adds a test for the MachO CPU type number case.