[llvm-commits] CVS: llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 27 10:32:02 PST 2003


Changes in directory llvm/test/Regression/Linker:

2003-10-27-LinkOncePromote.ll updated: 1.1 -> 1.2

---
Log message:

Fix initializers to match


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll
diff -u llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll:1.1 llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll:1.2
--- llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll:1.1	Mon Oct 27 10:18:28 2003
+++ llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll	Mon Oct 27 10:30:29 2003
@@ -1,7 +1,7 @@
 ; The linker should merge link-once globals into strong external globals,
 ; just like it does for weak symbols!
 
-; RUN: echo "%X = global int 8" | llvm-as > %t.2.bc
+; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc
 ; RUN: llvm-as < %s > %t.1.bc
 ; RUN: llvm-link %t.[12].bc
 





More information about the llvm-commits mailing list