forked from OSchip/llvm-project
[yaml2obj] Hopefully the last test case update from r273915
Should fix the last LLD bots. llvm-svn: 273942
This commit is contained in:
parent
44de0ad6a8
commit
677c6e4173
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue