[PATCH] D40003: [RISCV] MC layer support for the rest instructions of standard compress instruction set
Shiva Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 19 22:22:00 PST 2017
shiva0217 added a comment.
Hi Ana,
I add llvm-commits as subscriber and use clang-format to catch indentation issues.
And also update the patches with all the context (git diff HEAD~1 HEAD -U9999999999).
Thanks for your comments I really appreciate that.
================
Comment at: test/MC/RISCV/fixups-compressed.s:1
# RUN: llvm-mc %s -mattr=+c -show-encoding \
# RUN: | FileCheck -check-prefix=CHECK-FIXUP %s
----------------
apazos wrote:
> In previous patches you corrected the tests to set -triple and -mattr
Add missing -triple argument in the test case.
Repository:
rL LLVM
https://reviews.llvm.org/D40003
More information about the llvm-commits
mailing list