[PATCH] D91735: [PowerPC] Allow a '%' prefix for registers in CFI directives
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 17:39:36 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/PowerPC/cfi-register-directive-parse.s:5
+
+# CHECK-LABEL: __test1
+# CHECK: .cfi_startproc
----------------
================
Comment at: llvm/test/MC/PowerPC/cfi-register-directive-parse.s:10
+
+ .text
+ .globl __test1
----------------
.text is redundant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91735/new/
https://reviews.llvm.org/D91735
More information about the llvm-commits
mailing list