[PATCH] D64833: [Xtensa 7/10] Add Xtensa instruction printer.
Andrei Safronov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 15:42:50 PST 2022
andreisfr marked an inline comment as done.
andreisfr added inline comments.
================
Comment at: llvm/test/MC/Xtensa/elf-header.s:2
+# RUN: llvm-mc %s -filetype=obj -triple=xtensa | llvm-readobj -h - \
+# RUN: | FileCheck -check-prefix=Xtensa %s
+
----------------
jrtc27 wrote:
> Why not just use CHECK? And please keep these uppercase so they stand out.
Thank you for comment, test is fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64833/new/
https://reviews.llvm.org/D64833
More information about the llvm-commits
mailing list