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 + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits