[llvm] Add command line option --no-trap-after-noreturn (PR #67051)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 13:02:20 PDT 2023
================
@@ -1,8 +1,25 @@
-; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
-; CHECK: .inst.n 0xdefe
+; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s --check-prefixes CHECK,TRAP_UNREACHABLE
----------------
nikic wrote:
Can you please use update_llc_test_checks.py for this test.
https://github.com/llvm/llvm-project/pull/67051
More information about the llvm-commits
mailing list