[llvm-commits] CVS: llvm/test/Linker/basiclink.ll
Reid Spencer
reid at x10sys.com
Tue Jan 30 08:16:37 PST 2007
Changes in directory llvm/test/Linker:
basiclink.ll updated: 1.2 -> 1.3
---
Log message:
For PR411: http://llvm.org/PR411 :
Update these tests to not use the same name even though the type of the
value differs. After PR411: http://llvm.org/PR411 hits, type planes will be gone and it will be
illegal for a name to be used twice, regardless of type.
---
Diffs of the changes: (+1 -1)
basiclink.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Linker/basiclink.ll
diff -u llvm/test/Linker/basiclink.ll:1.2 llvm/test/Linker/basiclink.ll:1.3
--- llvm/test/Linker/basiclink.ll:1.2 Sat Jan 27 15:10:35 2007
+++ llvm/test/Linker/basiclink.ll Tue Jan 30 10:16:01 2007
@@ -1,5 +1,5 @@
; Test linking two functions with different prototypes and two globals
-; in different modules.
+; in different modules. This is for PR411
; RUN: llvm-as %s -o %t.bar.bc -f
; RUN: echo "define i32* @foo(i32 %x) { ret i32* @baz } @baz = external global i32" | \
; RUN: llvm-as -o %t.foo.bc -f
More information about the llvm-commits
mailing list