================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to