[lld] r250548 - Fix a copy and paste error in a test.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 13:25:12 PDT 2015


Author: rafael
Date: Fri Oct 16 15:25:12 2015
New Revision: 250548

URL: http://llvm.org/viewvc/llvm-project?rev=250548&view=rev
Log:
Fix a copy and paste error in a test.

Modified:
    lld/trunk/test/elf2/many-sections.s

Modified: lld/trunk/test/elf2/many-sections.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/many-sections.s?rev=250548&r1=250547&r2=250548&view=diff
==============================================================================
--- lld/trunk/test/elf2/many-sections.s (original)
+++ lld/trunk/test/elf2/many-sections.s Fri Oct 16 15:25:12 2015
@@ -1,5 +1,5 @@
 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
-// RUN: llvm-readobj -t %t | FileCheck --check-prefix=LINKED %s
+// RUN: llvm-readobj -t %t | FileCheck  %s
 
 // Verify that the symbol _start is in a section with an index >= SHN_LORESERVE.
 // CHECK:      Name: _start




More information about the llvm-commits mailing list