[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 10 11:33:17 PST 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
darwin-labels.ll added (r1.1)
---
Log message:
Check that this compiles to a label with a space in it.
---
Diffs of the changes: (+8 -0)
darwin-labels.ll | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.1
*** /dev/null Thu Nov 10 13:33:15 2005
--- llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll Thu Nov 10 13:33:05 2005
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc | grep 'foo bar":'
+
+ target endian = big
+ target pointersize = 32
+ target triple = "powerpc-apple-darwin8.2.0"
+
+ "foo bar" = global int 4
+
More information about the llvm-commits
mailing list