diff options
Diffstat (limited to 'llvm/test/LTO/Resolution/X86/local-def-dllimport.ll')
-rw-r--r-- | llvm/test/LTO/Resolution/X86/local-def-dllimport.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/Resolution/X86/local-def-dllimport.ll b/llvm/test/LTO/Resolution/X86/local-def-dllimport.ll index ddb78fbd9a6..c97e4b7e14c 100644 --- a/llvm/test/LTO/Resolution/X86/local-def-dllimport.ll +++ b/llvm/test/LTO/Resolution/X86/local-def-dllimport.ll @@ -1,4 +1,4 @@ -; RUN: opt -thinlto-bc -o %t0.bc %s +; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t0.bc %s ; RUN: llvm-lto2 run -r %t0.bc,__imp_f,l \ ; RUN: -r %t0.bc,g,p \ ; RUN: -r %t0.bc,g,l \ |