diff options
author | Sam Elliott <selliott@lowrisc.org> | 2019-07-23 11:40:55 +0000 |
---|---|---|
committer | Sam Elliott <selliott@lowrisc.org> | 2019-07-23 11:40:55 +0000 |
commit | 53f9fec8e8b58f5a904bbfb4a1d648cde65aa860 (patch) | |
tree | 62381dbbbdb9681d88aa426555c0ab7277131789 | |
parent | fccffa871c2654b95f6577a06ed4e2dcdd17a1ed (diff) | |
download | bcm5719-llvm-53f9fec8e8b58f5a904bbfb4a1d648cde65aa860.tar.gz bcm5719-llvm-53f9fec8e8b58f5a904bbfb4a1d648cde65aa860.zip |
[RISCV] Re-enable rv32i-aliases-invalid.s test
We were getting test failures on some builders, which pointed to @LINE
being an undefined variable. I think that these failures should have
been fixed by https://reviews.llvm.org/rL366434, so I'm re-enabling the
test.
llvm-svn: 366797
-rw-r--r-- | llvm/test/MC/RISCV/rv32i-aliases-invalid.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/rv32i-aliases-invalid.s b/llvm/test/MC/RISCV/rv32i-aliases-invalid.s index 2beec7d120f..4080d892a67 100644 --- a/llvm/test/MC/RISCV/rv32i-aliases-invalid.s +++ b/llvm/test/MC/RISCV/rv32i-aliases-invalid.s @@ -1,4 +1,3 @@ -# 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 |