[llvm-branch-commits] [clang] [llvm] [Instrumentor] Add unreachable support; unreachable stack trace printing (PR #195408)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 4 05:49:44 PDT 2026


================
@@ -0,0 +1,20 @@
+// NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+// RUN: %clangxx -O0 -I%llvm_bin_dir/include/ -I%llvm_src_dir/include/ %S/UnreachableRT.cpp -o %t.UnreachableRT.o -c
----------------
arsenm wrote:

I don't know we had executable tests like this 

https://github.com/llvm/llvm-project/pull/195408


More information about the llvm-branch-commits mailing list