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

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 22 12:18:15 PDT 2024


================
@@ -27,6 +27,9 @@ namespace llvm {
   }
 }
 
+// Prefix of the name of the artificial inline frame.
+#define CLANG_TRAP_PREFIX "__clang_trap_msg"
----------------
dwblaikie wrote:

inline StringRef? usual reasons to avoid macros, etc

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


More information about the cfe-commits mailing list