For PR411:
[oota-llvm.git] / test / Linker / basiclink.ll
index 6f2971a7d647cbc7def76354c5ebbb38e57e2739..5a92b5d19c57a235bb8e7f058b89fbd46811ce71 100644 (file)
@@ -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