diff options
author | Sam Elliott <selliott@lowrisc.org> | 2019-07-23 13:30:56 +0000 |
---|---|---|
committer | Sam Elliott <selliott@lowrisc.org> | 2019-07-23 13:30:56 +0000 |
commit | 46ffaeb00c3c57d8fc54544756b99e5f59fa714c (patch) | |
tree | 262f06b9dfaffdcfd101c5178f01301f29183608 | |
parent | 686cee09450e30bed223ec52368c6e86bd849cd1 (diff) | |
download | bcm5719-llvm-46ffaeb00c3c57d8fc54544756b99e5f59fa714c.tar.gz bcm5719-llvm-46ffaeb00c3c57d8fc54544756b99e5f59fa714c.zip |
Revert [RISCV] Re-enable rv32i-aliases-invalid.s test
This reverts r366797 (git commit 53f9fec8e8b58f5a904bbfb4a1d648cde65aa860)
llvm-svn: 366806
-rw-r--r-- | llvm/test/MC/RISCV/rv32i-aliases-invalid.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/MC/RISCV/rv32i-aliases-invalid.s b/llvm/test/MC/RISCV/rv32i-aliases-invalid.s index 4080d892a67..2beec7d120f 100644 --- a/llvm/test/MC/RISCV/rv32i-aliases-invalid.s +++ b/llvm/test/MC/RISCV/rv32i-aliases-invalid.s @@ -1,3 +1,4 @@ +# UNSUPPORTED: linux # RUN: not llvm-mc %s -triple=riscv32 -riscv-no-aliases 2>&1 | FileCheck %s # RUN: not llvm-mc %s -triple=riscv32 2>&1 | FileCheck %s |