aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/section.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-12-08 22:06:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-12-08 22:06:02 +0000
commit0ec729ef2d0bf7a9563ac2f2666cff37afe8c257 (patch)
treea88aee3337ae8d59f5a8646def3f07b64369b1f2 /test/CodeGen/ARM/section.ll
parentf7761e5c3956a8ed8f6a455341dbac86cfbb1699 (diff)
downloadexternal_llvm-0ec729ef2d0bf7a9563ac2f2666cff37afe8c257.zip
external_llvm-0ec729ef2d0bf7a9563ac2f2666cff37afe8c257.tar.gz
external_llvm-0ec729ef2d0bf7a9563ac2f2666cff37afe8c257.tar.bz2
%progbits not @progbits
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/section.ll')
-rw-r--r--test/CodeGen/ARM/section.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/section.ll b/test/CodeGen/ARM/section.ll
index 3ddddb0..d6bf536 100644
--- a/test/CodeGen/ARM/section.ll
+++ b/test/CodeGen/ARM/section.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",@progbits"
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",%progbits"
%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"