diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-07-02 20:43:11 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-07-02 20:43:11 +0000 |
commit | 959fe548d7d410855bfd5f4a106223f5a5afa5f9 (patch) | |
tree | eea260d6a359f1ba9bc2e5ac8f8f0ae230649def /llvm/test/CodeGen/ARM/section.ll | |
parent | 02bece495720038b5d1a5a26a77ff44abfc9a2b5 (diff) | |
download | bcm5719-llvm-959fe548d7d410855bfd5f4a106223f5a5afa5f9.tar.gz bcm5719-llvm-959fe548d7d410855bfd5f4a106223f5a5afa5f9.zip |
FileCheck-ize and simplify RUN lines.
llvm-svn: 134352
Diffstat (limited to 'llvm/test/CodeGen/ARM/section.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/section.ll | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/section.ll b/llvm/test/CodeGen/ARM/section.ll index 7a566d49d32..27620562c16 100644 --- a/llvm/test/CodeGen/ARM/section.ll +++ b/llvm/test/CodeGen/ARM/section.ll @@ -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] |