[llvm-commits] CVS: llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 6 21:01:44 PST 2004
Changes in directory llvm/test/Regression/Assembler:
2004-10-22-BCWriterUndefBug.llx updated: 1.1 -> 1.2
---
Log message:
Added RUN line.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx
diff -u llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx:1.1 llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx:1.2
--- llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx:1.1 Fri Oct 22 22:10:01 2004
+++ llvm/test/Regression/Assembler/2004-10-22-BCWriterUndefBug.llx Sat Nov 6 23:01:34 2004
@@ -1,5 +1,5 @@
;; The bytecode writer was trying to treat undef values as ConstantArray's when
;; they looked like strings.
-
+;; RUN: llvm-as < %s -o /dev/null -f
%G = internal global [8 x sbyte] undef
More information about the llvm-commits
mailing list