[mips] Follow-up to r371313 - fix failed test case. NFC

llvm-svn: 371316
This commit is contained in:
Simon Atanasyan 2019-09-07 16:31:37 +00:00
parent 08692e5dd1
commit 9443c18704
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux %s -o %t1.o
# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux \
# RUN: %S/Inputs/mips-dynamic.s -o %t2.o
# RUN: ld.lld %t1.o %t2.o %t.script -o %t.exe
# RUN: ld.lld %t1.o %t2.o -o %t.exe
# RUN: llvm-objdump -d --no-show-raw-insn %t.exe | FileCheck %s
.global __start