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

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 13:13:16 PST 2024


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

There's currently only one caller with a fixed parameter for `Prefix` - perhaps that could be hardcoded in the implementation instead?

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


More information about the cfe-commits mailing list