[compiler-rt] [compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (PR #149120)
    Dan Blackwell via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 17 01:39:33 PDT 2025
    
    
  
================
@@ -9,6 +9,9 @@
 #include <cstdlib>
 #include <iostream>
 #include <ostream>
+#ifdef SIGTRAP_TEST
+#  include <signal.h>
+#endif
----------------
DanBlackwell wrote:
Nah, I've broken it out into a separate file now because this was ugly.
https://github.com/llvm/llvm-project/pull/149120
    
    
More information about the llvm-commits
mailing list