diff options
Diffstat (limited to 'llvm/test/Linker/funcimport2.ll')
| -rw-r--r-- | llvm/test/Linker/funcimport2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/funcimport2.ll b/llvm/test/Linker/funcimport2.ll index 14b853cff30..6c30dda0d85 100644 --- a/llvm/test/Linker/funcimport2.ll +++ b/llvm/test/Linker/funcimport2.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as -module-summary %s -o %t1.bc -; RUN: llvm-as -module-summary %p/Inputs/funcimport2.ll -o %t2.bc +; RUN: opt -module-summary %s -o %t1.bc +; RUN: opt -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 -summary-index=%t3.thinlto.bc -S | FileCheck %s |

