[lld] r273942 - [yaml2obj] Hopefully the last test case update from r273915

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 14:06:40 PDT 2016


Author: cbieneman
Date: Mon Jun 27 16:06:40 2016
New Revision: 273942

URL: http://llvm.org/viewvc/llvm-project?rev=273942&view=rev
Log:
[yaml2obj] Hopefully the last test case update from r273915

Should fix the last LLD bots.

Modified:
    lld/trunk/test/ELF/mips-jalr.test

Modified: lld/trunk/test/ELF/mips-jalr.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/mips-jalr.test?rev=273942&r1=273941&r2=273942&view=diff
==============================================================================
--- lld/trunk/test/ELF/mips-jalr.test (original)
+++ lld/trunk/test/ELF/mips-jalr.test Mon Jun 27 16:06:40 2016
@@ -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




More information about the llvm-commits mailing list