[llvm-commits] [llvm] r134352 - /llvm/trunk/test/CodeGen/ARM/section.ll
Chandler Carruth
chandlerc at gmail.com
Sat Jul 2 13:43:11 PDT 2011
Author: chandlerc
Date: Sat Jul 2 15:43:11 2011
New Revision: 134352
URL: http://llvm.org/viewvc/llvm-project?rev=134352&view=rev
Log:
FileCheck-ize and simplify RUN lines.
Modified:
llvm/trunk/test/CodeGen/ARM/section.ll
Modified: llvm/trunk/test/CodeGen/ARM/section.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/section.ll?rev=134352&r1=134351&r2=134352&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/section.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/section.ll Sat Jul 2 15:43:11 2011
@@ -1,7 +1,6 @@
-; RUN: llc < %s -mtriple=arm-linux | \
-; RUN: grep {__DTOR_END__:}
-; RUN: llc < %s -mtriple=arm-linux | \
-; RUN: grep {\\.section.\\.dtors,"aw",.progbits}
+; RUN: llc < %s -mtriple=arm-linux | FileCheck %s
+; CHECK: .section .dtors,"aw",%progbits
+; CHECK: __DTOR_END__:
@__DTOR_END__ = internal global [1 x i32] zeroinitializer, section ".dtors" ; <[1 x i32]*> [#uses=0]
More information about the llvm-commits
mailing list