diff options
Diffstat (limited to 'test/Linker/weakextern.ll')
-rw-r--r-- | test/Linker/weakextern.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/weakextern.ll b/test/Linker/weakextern.ll index b9f2584..8d479a0 100644 --- a/test/Linker/weakextern.ll +++ b/test/Linker/weakextern.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s > %t.bc -; RUN: llvm-as < %p/testlink1.ll > %t2.bc +; RUN: llvm-as < %p/testlink.ll > %t2.bc ; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc ; RUN: llvm-dis < %t1.bc | FileCheck %s ; CHECK: kallsyms_names = extern_weak |