forked from OSchip/llvm-project
[mips] Follow-up to r371313 - fix failed test case. NFC
llvm-svn: 371316
This commit is contained in:
parent
08692e5dd1
commit
9443c18704
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue