[mips] Replace multiple `-check-prefix` by single `-check-prefixes`. NFC

llvm-svn: 361393
This commit is contained in:
Simon Atanasyan 2019-05-22 15:03:42 +00:00
parent 3ec50e292f
commit 84f929d00c
1 changed files with 2 additions and 4 deletions

View File

@ -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