diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/error-newpm.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/error-newpm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/error-newpm.ll b/llvm/test/ThinLTO/X86/error-newpm.ll index 9b013227602..9c2fd2c70d6 100644 --- a/llvm/test/ThinLTO/X86/error-newpm.ll +++ b/llvm/test/ThinLTO/X86/error-newpm.ll @@ -1,5 +1,5 @@ ; RUN: opt -module-summary %s -o %t1.bc -; RUN: not llvm-lto2 %t1.bc -o %t.o \ +; RUN: not llvm-lto2 run %t1.bc -o %t.o \ ; RUN: -r=%t1.bc,_tinkywinky,pxl \ ; RUN: -lto-use-new-pm 2>&1 | FileCheck %s |