[PATCH] D135638: [MC] Also sort on IsBKeyFrame

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 12:51:20 PDT 2022


fmayer added inline comments.


================
Comment at: llvm/test/MC/ELF/AArch64/cfi.s:1
+// RUN: llvm-mc -triple aarch64 %s | FileCheck %s --check-prefix=ASM
+// RUN: llvm-mc -filetype=obj -triple aarch64-linux-android %s -o - | llvm-readobj -S --sr --sd - | FileCheck %s
----------------
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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135638/new/

https://reviews.llvm.org/D135638



More information about the llvm-commits mailing list