[clang] Add support for builtin_verbose_trap (PR #79230)

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 27 00:15:52 PDT 2024


================
@@ -27,6 +27,9 @@ namespace llvm {
   }
 }
 
+// Prefix for __builtin_verbose_trap.
----------------
delcypher wrote:

@ahatanak Does this comment need updating? The prefix isn’t just for __builtin_verbose_trap anymore.

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


More information about the cfe-commits mailing list