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

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 08:53:56 PST 2024


================
@@ -1628,6 +1628,27 @@ llvm::DIType *CGDebugInfo::createFieldType(
                                    offsetInBits, flags, debugType, Annotations);
 }
 
+llvm::DISubprogram *
+CGDebugInfo::getFakeFuncSubprogram(const std::string &FakeFuncName) {
----------------
adrian-prantl wrote:

Maybe call this `createInlinedTrapSubprogram`?

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


More information about the cfe-commits mailing list