[llvm-commits] [llvm] r162433 - /llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Eric Christopher echristo at apple.com
Thu Aug 23 00:10:51 PDT 2012


Author: echristo
Date: Thu Aug 23 02:10:51 2012
New Revision: 162433

URL: http://llvm.org/viewvc/llvm-project?rev=162433&view=rev
Log:
Filecheck-ize.

Modified:
    llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Modified: llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll?rev=162433&r1=162432&r2=162433&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll Thu Aug 23 02:10:51 2012
@@ -1,6 +1,6 @@
-; RUN: llc -O0 -asm-verbose < %s > %t
-; RUN: grep "External Name" %t | grep -v X
-; RUN: grep "External Name" %t | grep Y | count 1
+; RUN: llc -O0 -asm-verbose < %s | FileCheck %s
+; CHECK-NOT: .asciz "X" ## External Name
+; CHECK: .asciz "Y" ## External Name
 ; Test to check type with no definition is listed in pubtypes section.
 %struct.X = type opaque
 %struct.Y = type { i32 }





More information about the llvm-commits mailing list