diff --git a/lld/test/ELF/mips-32.s b/lld/test/ELF/mips-32.s index c83827dae81a..dcfd94b8d92d 100644 --- a/lld/test/ELF/mips-32.s +++ b/lld/test/ELF/mips-32.s @@ -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