[clang] Add support for builtin_verbose_trap (PR #79230)
Michael Buch via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 11:45:43 PDT 2024
================
@@ -27,6 +27,9 @@ namespace llvm {
}
}
+// Prefix for __builtin_verbose_trap.
+#define CLANG_VERBOSE_TRAP_PREFIX "__llvm_verbose_trap"
----------------
Michael137 wrote:
Not a big deal for LLDB either way, whatever people prefer here, we can work around it.
https://github.com/llvm/llvm-project/pull/79230
More information about the cfe-commits
mailing list