diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll b/llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll index 56ec8ecb85d..e05b09f8c64 100644 --- a/llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll +++ b/llvm/test/CodeGen/PowerPC/crbit-asm-disabled.ll @@ -1,4 +1,4 @@ -; RUN: not llc -mcpu=pwr7 -o /dev/null %s 2>&1 | FileCheck %s +; RUN: not llc -mcpu=pwr7 -exit-on-error -o /dev/null %s 2>&1 | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" |