diff options
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/basiclink.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/basiclink.ll b/test/Linker/basiclink.ll index 6f2971a..5a92b5d 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 |