commit | ac834e7a5f1d49617d8a9ef33b78f7dd4f666da7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Mar 05 18:55:36 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Mar 05 18:55:36 2010 +0000 |
tree | e1f4a5c68c46775acaea864923c2281b873aa28a | |
parent | 4c5fb1a311a7a5e3ceb802f5b26329d30f2713b1 [diff] [blame] |
fix bss section printing for cell, patch by Kalle Raiskila! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97814 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/CellSPU/bss.ll b/test/CodeGen/CellSPU/bss.ll new file mode 100644 index 0000000..05a0f50 --- /dev/null +++ b/test/CodeGen/CellSPU/bss.ll
@@ -0,0 +1,5 @@ +; RUN: llc < %s -march=cellspu > %t1.s +; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1 + +@bssVar = global i32 zeroinitializer +