[llvm-commits] CVS: llvm/test/Regression/Linker/testlink1.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 3 11:48:24 PST 2004



Changes in directory llvm/test/Regression/Linker:

testlink1.ll updated: 1.10 -> 1.11
---
Log message:

Do not multiply define symbol


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

Index: llvm/test/Regression/Linker/testlink1.ll
diff -u llvm/test/Regression/Linker/testlink1.ll:1.10 llvm/test/Regression/Linker/testlink1.ll:1.11
--- llvm/test/Regression/Linker/testlink1.ll:1.10	Mon Sep 15 15:04:28 2003
+++ llvm/test/Regression/Linker/testlink1.ll	Fri Dec  3 13:48:10 2004
@@ -6,7 +6,7 @@
 %MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }
              external global int      ; int*:0
 
-%AConst    = constant int 123
+%AConst    = linkonce constant int 123
 
 %Intern1   = internal constant int 42
 %Intern2   = internal constant int 792






More information about the llvm-commits mailing list