test: Adjust no-dbg-value-after-terminator.mir to use `not --crash`
authorVedant Kumar <vsk@apple.com>
Tue, 3 Mar 2020 21:30:27 +0000 (13:30 -0800)
committerVedant Kumar <vsk@apple.com>
Tue, 3 Mar 2020 21:30:31 +0000 (13:30 -0800)
llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir

index 14e9797..22e9668 100644 (file)
@@ -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 ***