Loading llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir +1 −1 Original line number Diff line number Diff line # 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 *** Loading Loading
llvm/test/DebugInfo/MIR/AArch64/no-dbg-value-after-terminator.mir +1 −1 Original line number Diff line number Diff line # 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 *** Loading