[PATCH] D55756: [DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 20:39:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349602: [DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected (authored by yhs, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55756?vs=178425&id=178834#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55756/new/

https://reviews.llvm.org/D55756

Files:
  llvm/trunk/include/llvm/CodeGen/AsmPrinter.h


Index: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
@@ -138,6 +138,9 @@
 
   static char ID;
 
+protected:
+  /// Protected struct HandlerInfo and Handlers permit target extended
+  /// AsmPrinter adds their own handlers.
   struct HandlerInfo {
     AsmPrinterHandler *Handler;
     const char *TimerName;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55756.178834.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/02ff6e84/attachment.bin>


More information about the llvm-commits mailing list