[lld] r205078 - Forgot to replace a %t1 in the previous commit.

Rafael Espindola rafael.espindola at gmail.com
Fri Mar 28 23:45:26 PDT 2014


Author: rafael
Date: Sat Mar 29 01:45:26 2014
New Revision: 205078

URL: http://llvm.org/viewvc/llvm-project?rev=205078&view=rev
Log:
Forgot to replace a %t1 in the previous commit.

Modified:
    lld/trunk/test/elf/Mips/got16.test

Modified: lld/trunk/test/elf/Mips/got16.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/got16.test?rev=205078&r1=205077&r2=205078&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/got16.test (original)
+++ lld/trunk/test/elf/Mips/got16.test Sat Mar 29 01:45:26 2014
@@ -2,7 +2,8 @@
 # RUN: lld -flavor gnu -target mipsel -shared --noinhibit-exec \
 # RUN:     --output-filetype=yaml %S/Inputs/got16.o \
 # RUN:     | FileCheck -check-prefix YAML %s
-# RUN: lld -flavor gnu -target mipsel -shared --noinhibit-exec -o %t2 %t1
+# RUN: lld -flavor gnu -target mipsel -shared --noinhibit-exec -o %t2 \
+# RUN: %S/Inputs/got16.o
 # RUN: llvm-objdump -t -disassemble %t2 | FileCheck -check-prefix RAW %s
 
 # Local GOT entries:





More information about the llvm-commits mailing list