From b5b21812dcdd478ff13754e6c12eb0df5f944e0a Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 3 Mar 2020 13:30:27 -0800 Subject: [PATCH] test: Adjust no-dbg-value-after-terminator.mir to use `not --crash` --- llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir b/llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir index 14e9797..22e9668 100644 --- a/llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir +++ b/llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir @@ -1,4 +1,4 @@ -# RUN: not llc -mtriple aarch64-linux-gnu -verify-machineinstrs -start-after=livedebugvalues \ +# RUN: not --crash llc -mtriple aarch64-linux-gnu -verify-machineinstrs -start-after=livedebugvalues \ # RUN: -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s # CHECK: *** Bad machine code: Non-terminator instruction after the first terminator *** -- 2.7.4