summaryrefslogtreecommitdiff
path: root/test/Linker/basiclink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/basiclink.ll')
-rw-r--r--test/Linker/basiclink.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/basiclink.ll b/test/Linker/basiclink.ll
index 6f2971a7d6..5a92b5d19c 100644
--- a/test/Linker/basiclink.ll
+++ b/test/Linker/basiclink.ll
@@ -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