[yaml2obj] Hopefully the last test case update from r273915

Should fix the last LLD bots.

llvm-svn: 273942
This commit is contained in:
Chris Bieneman 2016-06-27 21:06:40 +00:00
parent 44de0ad6a8
commit 677c6e4173
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Check that lld ignores R_MIPS_JALR relocation for now.
# RUN: yaml2obj -format elf %s -o %t.o
# RUN: yaml2obj %s -o %t.o
# RUN: ld.lld %t.o -o %t.so -shared
# RUN: llvm-objdump -d %t.so | FileCheck %s
# RUN: llvm-readobj -relocations %t.so | FileCheck -check-prefix=REL %s