Make sure we recognize cpu sub-type 2 as arm64. In reality it's arm64e,
but we don't have the triple for that. Without this patch, we fall back
to unknown-apple-macosx- for the default architecture, which breaks
things like running expressions without a target.
Details
Details
- Reviewers
jasonmolenda - Commits
- rG9d9959eeacd7: [lldb] Recognize MachO cpu sub-type 2 as arm64
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo