[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:45 PDT 2026


================
@@ -233,7 +233,7 @@ bool InstrumentorImpl::instrumentFunction(Function &Fn) {
   for (auto &It : RPOT) {
     for (auto &I : *It)
       Changed |= instrumentInstruction(I, ICaches);
-    
+
----------------
arsenm wrote:

Whitespace only change

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


More information about the llvm-branch-commits mailing list