[llvm] b5b2181 - test: Adjust no-dbg-value-after-terminator.mir to use `not --crash`

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 13:31:08 PST 2020


Author: Vedant Kumar
Date: 2020-03-03T13:30:31-08:00
New Revision: b5b21812dcdd478ff13754e6c12eb0df5f944e0a

URL: https://github.com/llvm/llvm-project/commit/b5b21812dcdd478ff13754e6c12eb0df5f944e0a
DIFF: https://github.com/llvm/llvm-project/commit/b5b21812dcdd478ff13754e6c12eb0df5f944e0a.diff

LOG: test: Adjust no-dbg-value-after-terminator.mir to use `not --crash`

Added: 
    

Modified: 
    llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir

Removed: 
    


################################################################################
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 14e979788abe..22e96681f23d 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 ***


        


More information about the llvm-commits mailing list