[lld] r205238 - Check-in binary to isolate the lld test form a changing llvm-mc.

Rafael Espindola rafael.espindola at gmail.com
Mon Mar 31 11:56:30 PDT 2014


Author: rafael
Date: Mon Mar 31 13:56:30 2014
New Revision: 205238

URL: http://llvm.org/viewvc/llvm-project?rev=205238&view=rev
Log:
Check-in binary to isolate the lld test form a changing llvm-mc.

Added:
    lld/trunk/test/elf/Mips/Inputs/r26-2.o
Modified:
    lld/trunk/test/elf/Mips/r26-2.test

Added: lld/trunk/test/elf/Mips/Inputs/r26-2.o
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/Inputs/r26-2.o?rev=205238&view=auto
==============================================================================
Binary files lld/trunk/test/elf/Mips/Inputs/r26-2.o (added) and lld/trunk/test/elf/Mips/Inputs/r26-2.o Mon Mar 31 13:56:30 2014 differ

Modified: lld/trunk/test/elf/Mips/r26-2.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/r26-2.test?rev=205238&r1=205237&r2=205238&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/r26-2.test (original)
+++ lld/trunk/test/elf/Mips/r26-2.test Mon Mar 31 13:56:30 2014
@@ -1,7 +1,6 @@
 # Check reading addendum for R_MIPS_26 relocation.
 #
-# RUN: llvm-mc -triple=mipsel -filetype=obj -o=%t-obj %s
-# RUN: lld -flavor gnu -target mipsel -o %t-exe %t-obj
+# RUN: lld -flavor gnu -target mipsel -o %t-exe %S/Inputs/r26-2.o
 # RUN: llvm-objdump -t -disassemble %t-exe | FileCheck %s
 
 # CHECK: Disassembly of section .text:





More information about the llvm-commits mailing list