From 7367d05cb713d11f8ac1e0815ac6b2eb6b17088c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 7 Dec 2006 18:33:58 +0000 Subject: make sure that we don't use a common symbol if a section was specified git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32310 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/section.ll | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/CodeGen/ARM/section.ll (limited to 'test/CodeGen/ARM/section.ll') diff --git a/test/CodeGen/ARM/section.ll b/test/CodeGen/ARM/section.ll new file mode 100644 index 0000000..cd33c12 --- /dev/null +++ b/test/CodeGen/ARM/section.ll @@ -0,0 +1,4 @@ +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" + +%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors" -- cgit v1.1