This patch adds an optional Annotations paramter to
DIBuilder::createMethod which gets simply passed to the
DISubProgram constructor.
This will be used to attach abi-tag annotations to
constructors/destructors in a follow-up patch.
Paths
| Differential D144180
[llvm][DebugInfo] Add Annotations parameter to DIBuilder::createMethod AcceptedPublic Authored by Michael137 on Feb 16 2023, 5:26 AM.
Details
Diff Detail
Unit TestsFailed
Event TimelineComment Actions Looks OK to me, pending the usage patch review - maybe hold off on committing this until that one's squared away. This revision is now accepted and ready to land.Feb 16 2023, 11:14 AM
Revision Contents
Diff 497977 llvm/include/llvm/IR/DIBuilder.h
llvm/lib/IR/DIBuilder.cpp
|