diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/odr_resolution.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/odr_resolution.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ThinLTO/X86/odr_resolution.ll b/llvm/test/ThinLTO/X86/odr_resolution.ll index dc7a1e80639..1db966862d7 100644 --- a/llvm/test/ThinLTO/X86/odr_resolution.ll +++ b/llvm/test/ThinLTO/X86/odr_resolution.ll @@ -1,6 +1,6 @@ ; Do setup work for all below tests: generate bitcode and combined index -; RUN: llvm-as -module-summary %s -o %t.bc -; RUN: llvm-as -module-summary %p/Inputs/odr_resolution.ll -o %t2.bc +; RUN: opt -module-summary %s -o %t.bc +; RUN: opt -module-summary %p/Inputs/odr_resolution.ll -o %t2.bc ; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %t2.bc ; Verify that only one ODR is selected across modules, but non ODR are not affected. |