forked from OSchip/llvm-project
[mips] Replace multiple `-check-prefix` by single `-check-prefixes`. NFC
llvm-svn: 361393
This commit is contained in:
parent
3ec50e292f
commit
84f929d00c
|
@ -3,15 +3,13 @@
|
|||
|
||||
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t-be.o
|
||||
# RUN: ld.lld -shared %t-be.o -o %t-be.so
|
||||
# RUN: llvm-objdump -t -s %t-be.so \
|
||||
# RUN: | FileCheck -check-prefix=SYM -check-prefix=BE %s
|
||||
# RUN: llvm-objdump -t -s %t-be.so | FileCheck -check-prefixes=SYM,BE %s
|
||||
# RUN: llvm-readobj -r --dynamic-table --mips-plt-got %t-be.so \
|
||||
# RUN: | FileCheck -check-prefix=REL %s
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s -o %t-el.o
|
||||
# RUN: ld.lld -shared %t-el.o -o %t-el.so
|
||||
# RUN: llvm-objdump -t -s %t-el.so \
|
||||
# RUN: | FileCheck -check-prefix=SYM -check-prefix=EL %s
|
||||
# RUN: llvm-objdump -t -s %t-el.so | FileCheck -check-prefixes=SYM,EL %s
|
||||
# RUN: llvm-readobj -r --dynamic-table --mips-plt-got %t-el.so \
|
||||
# RUN: | FileCheck -check-prefix=REL %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue