We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bbe14 commit ef15580Copy full SHA for ef15580
llvm/test/MC/Mips/mips-expansions-bad.s
@@ -1,9 +1,9 @@
1
# RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2
# RUN: FileCheck %s < %t1 --check-prefix=32-BIT
3
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
4
-# RUN: FileCheck %s --check-prefixes=64-BIT,N32-ONLY
+# RUN: FileCheck %s --check-prefix=64-BIT
5
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
6
-# RUN: FileCheck %s --check-prefixes=64-BIT,N64-ONLY
7
8
.text
9
dli $5, 1
0 commit comments