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

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 16:11:32 PDT 2024


================
@@ -27,6 +27,9 @@ namespace llvm {
   }
 }
 
+// Prefix for __builtin_verbose_trap.
+#define CLANG_VERBOSE_TRAP_PREFIX "__llvm_verbose_trap"
----------------
adrian-prantl wrote:

Does this have to be a macro or could it be a C++ constant?

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


More information about the cfe-commits mailing list