This allows target to implement custom emit of global variables if
required. See subsequent patch for a use case.
Change-Id: I9654197e3df24503104a54c41fff06845aed37fe
Paths
| Differential D61650
[AsmPrinter] Make EmitLinkage and EmitVisibility public ClosedPublic Authored by nhaehnle on May 7 2019, 1:20 PM.
Details Summary This allows target to implement custom emit of global variables if Change-Id: I9654197e3df24503104a54c41fff06845aed37fe
Diff Detail
Event Timelinenhaehnle added a child revision: D61494: AMDGPU: Write LDS objects out as global symbols in code generation.May 7 2019, 1:21 PM This revision is now accepted and ready to land.May 27 2019, 5:40 PM Closed by commit rL363519: [AsmPrinter] Make EmitLinkage and EmitVisibility public (authored by nha). · Explain WhyJun 16 2019, 11:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204962 llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
|
A docstring?