This patch emits the DW_AT_accessibility attribute for class/struct/union types in the LLVM part.
Details
Details
- Reviewers
dblaikie shchenz jsji probinson jhenderson - Group Reviewers
Restricted Project - Commits
- rGc0529efc95e3: [DebugInfo][DWARF] emit DW_AT_accessibility attribute for class/struct/union…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | ||
---|---|---|
1022–1032 | Could this be shared with some other code that handles accessibility attributes for other entities? (refactor into a common function and call it from here and wherever else this is already handled?) |
Could this be shared with some other code that handles accessibility attributes for other entities? (refactor into a common function and call it from here and wherever else this is already handled?)