diff options
Diffstat (limited to 'llvm/test/Linker/funcimport2.ll')
-rw-r--r-- | llvm/test/Linker/funcimport2.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Linker/funcimport2.ll b/llvm/test/Linker/funcimport2.ll index af10a1378c0..14b853cff30 100644 --- a/llvm/test/Linker/funcimport2.ll +++ b/llvm/test/Linker/funcimport2.ll @@ -1,7 +1,7 @@ -; RUN: llvm-as -function-summary %s -o %t1.bc -; RUN: llvm-as -function-summary %p/Inputs/funcimport2.ll -o %t2.bc +; RUN: llvm-as -module-summary %s -o %t1.bc +; RUN: llvm-as -module-summary %p/Inputs/funcimport2.ll -o %t2.bc ; RUN: llvm-lto -thinlto -o %t3 %t1.bc %t2.bc -; RUN: llvm-link -import=bar:%t2.bc %t1.bc -functionindex=%t3.thinlto.bc -S | FileCheck %s +; RUN: llvm-link -import=bar:%t2.bc %t1.bc -summary-index=%t3.thinlto.bc -S | FileCheck %s ; CHECK: define linkonce_odr hidden void @foo() { define available_externally hidden void @foo() { |