[lld] r289278 - [ELF] Fix test case thinko from r289152

Meador Inge via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 13:51:38 PST 2016


Author: meadori
Date: Fri Dec  9 15:51:37 2016
New Revision: 289278

URL: http://llvm.org/viewvc/llvm-project?rev=289278&view=rev
Log:
[ELF] Fix test case thinko from r289152

It was pointed out in a post-commit review that the tests
were structured oddly.  Fixed thusly.

Modified:
    lld/trunk/test/ELF/linkerscript/data-commands.s

Modified: lld/trunk/test/ELF/linkerscript/data-commands.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/data-commands.s?rev=289278&r1=289277&r2=289278&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/data-commands.s (original)
+++ lld/trunk/test/ELF/linkerscript/data-commands.s Fri Dec  9 15:51:37 2016
@@ -40,11 +40,7 @@
 # BE:      Contents of section .foo:
 # BE-NEXT:   ff11ff11 22ff1122 3344ff11 22334455
 # BE-NEXT:   667788
-
-# RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux %s -o %tmips64be
-# RUN: ld.lld --script %t.script %tmips64be -o %t2
-# RUN: llvm-objdump -s %t2 | FileCheck %s --check-prefix=BE
-# BE:      Contents of section .bar:
+# BE-NEXT: Contents of section .bar:
 # BE-NEXT:   ff12ff11 22ff1122 3346ff11 22334455
 # BE-NEXT:   667788
 




More information about the llvm-commits mailing list