summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/compress-inline-asm.ll
diff options
context:
space:
mode:
authorSam Elliott <selliott@lowrisc.org>2019-09-10 16:24:03 +0000
committerSam Elliott <selliott@lowrisc.org>2019-09-10 16:24:03 +0000
commitd57de491be0ba4fea88566bc0803773c53dc8414 (patch)
treed10f4c845fe607b2493a6b73c0baf6a7f47cc06b /llvm/test/CodeGen/RISCV/compress-inline-asm.ll
parentc0ceca5883060bfaf501007d76640821d825828b (diff)
downloadbcm5719-llvm-d57de491be0ba4fea88566bc0803773c53dc8414.tar.gz
bcm5719-llvm-d57de491be0ba4fea88566bc0803773c53dc8414.zip
[RISCV] Support llvm-objdump -M no-aliases and -M numeric
Summary: Now that llvm-objdump allows target-specific options, we match the `no-aliases` and `numeric` options for RISC-V, as supported by GNU objdump. This is done by overriding the variables used for the command-line options, so that the command-line options are still supported. This patch updates all tests using `llvm-objdump -riscv-no-aliases` to use `llvm-objdump -M no-aliases`. Reviewers: luismarques, asb Reviewed By: luismarques, asb Subscribers: pzheng, hiraditya, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, kito-cheng, shiva0217, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, rkruppe, PkmX, jocewei, psnobl, benna, Jim, s.egerton, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66139 llvm-svn: 371534
Diffstat (limited to 'llvm/test/CodeGen/RISCV/compress-inline-asm.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/compress-inline-asm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll b/llvm/test/CodeGen/RISCV/compress-inline-asm.ll
index 9b84bdeaf5d..fca4d6d1c70 100644
--- a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll
+++ b/llvm/test/CodeGen/RISCV/compress-inline-asm.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=riscv32 -mattr=+c -filetype=obj < %s\
-; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -riscv-no-aliases -\
+; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -M no-aliases -\
; RUN: | FileCheck -check-prefix=CHECK %s
@ext = external global i32
OpenPOWER on IntegriCloud