================
@@ -3424,6 +3445,26 @@ llvm::DIMacroFile 
*CGDebugInfo::CreateTempMacroFile(llvm::DIMacroFile *Parent,
   return DBuilder.createTempMacroFile(Parent, Line, FName);
 }
 
+llvm::DILocation *CGDebugInfo::CreateTrapFailureMessageFor(
----------------
dwblaikie wrote:

I think I agree with 
https://github.com/llvm/llvm-project/pull/79230/files#r1529429173 then - the 
prefix should be a parameter and I don't think it needs to be a #defined 
constant (CLANG_VERBOSE_TRAP_PREFIX) - and can instead be written as a literal 
in the caller in CGBuiltin.cpp?

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