[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/section.ll

Rafael Espindola rafael.espindola at gmail.com
Thu Dec 7 10:34:14 PST 2006



Changes in directory llvm/test/Regression/CodeGen/ARM:

section.ll added (r1.1)
---
Log message:

make sure that we don't use a common symbol if a section was specified


---
Diffs of the changes:  (+4 -0)

 section.ll |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/test/Regression/CodeGen/ARM/section.ll
diff -c /dev/null llvm/test/Regression/CodeGen/ARM/section.ll:1.1
*** /dev/null	Thu Dec  7 12:34:08 2006
--- llvm/test/Regression/CodeGen/ARM/section.ll	Thu Dec  7 12:33:58 2006
***************
*** 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"






More information about the llvm-commits mailing list