Details
Details
- Reviewers
pcc eugenis - Commits
- rGab25678ca5ae: [MC] Also sort on IsBKeyFrame
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/MC/ELF/AArch64/cfi.s | ||
---|---|---|
1 | The assembly in this file is a copy of test/MC/ELF/cfi.s, with cfi_b_key_frame added. I am not especially fond of this test, and we should maybe change it to use llvm-dwarfinfo instead to get a textual representation. |
Comment Actions
LGTM
llvm/test/MC/ELF/AArch64/cfi.s | ||
---|---|---|
1 | I agree, but I'm also fine with copying the test first and refactoring both later. |
The assembly in this file is a copy of test/MC/ELF/cfi.s, with cfi_b_key_frame added. I am not especially fond of this test, and we should maybe change it to use llvm-dwarfinfo instead to get a textual representation.