[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
================
@@ -647,6 +647,28 @@ struct AllocaIO : public InstructionIO<Instruction::Alloca> {
}
};
+struct UnreachableIO : public InstructionIO<Instruction::Unreachable> {
----------------
arsenm wrote:
Document. Mark final?
https://github.com/llvm/llvm-project/pull/195408
More information about the llvm-branch-commits
mailing list