[lld] r206484 - [Mips] Fix typo in the test.

Simon Atanasyan simon at atanasyan.com
Thu Apr 17 11:18:51 PDT 2014


Author: atanasyan
Date: Thu Apr 17 13:18:51 2014
New Revision: 206484

URL: http://llvm.org/viewvc/llvm-project?rev=206484&view=rev
Log:
[Mips] Fix typo in the test.

Modified:
    lld/trunk/test/elf/Mips/plt-1.test

Modified: lld/trunk/test/elf/Mips/plt-1.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/plt-1.test?rev=206484&r1=206483&r2=206484&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/plt-1.test (original)
+++ lld/trunk/test/elf/Mips/plt-1.test Thu Apr 17 13:18:51 2014
@@ -38,9 +38,9 @@
 #   a) Linking non-shared executable file
 #   b) Relocations' targets are undefined symbols
 #
-# R1UN: yaml2obj -format=elf %s > %t-obj
-# R1UN: lld -flavor gnu -target mipsel --noinhibit-exec -e T0 -o %t2-exe %t-obj
-# R1UN: llvm-objdump -disassemble %t2-exe | FileCheck -check-prefix=PLT2 %s
+# RUN: yaml2obj -format=elf %s > %t-obj
+# RUN: lld -flavor gnu -target mipsel --noinhibit-exec -e T0 -o %t2-exe %t-obj
+# RUN: llvm-objdump -disassemble %t2-exe | FileCheck -check-prefix=PLT2 %s
 
 # PLT2-NOT: Disassembly of section .plt:
 
@@ -48,10 +48,10 @@
 #   a) Linking non-shared executable file
 #   b) Relocations' targets are symbols defined in the other object.
 #
-# R1UN: yaml2obj -format=elf %s > %t-obj1
-# R1UN: yaml2obj -format=elf %S/Inputs/pic-obj.yaml > %t-obj2
-# R1UN: lld -flavor gnu -target mipsel -e T0 -o %t3-exe %t-obj1 %t-obj2
-# R1UN: llvm-objdump -disassemble %t3-exe | FileCheck -check-prefix=PLT3 %s
+# RUN: yaml2obj -format=elf %s > %t-obj1
+# RUN: yaml2obj -format=elf %S/Inputs/pic-obj.yaml > %t-obj2
+# RUN: lld -flavor gnu -target mipsel -e T0 -o %t3-exe %t-obj1 %t-obj2
+# RUN: llvm-objdump -disassemble %t3-exe | FileCheck -check-prefix=PLT3 %s
 
 # PLT3-NOT: Disassembly of section .plt:
 





More information about the llvm-commits mailing list