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