[DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected
authorYonghong Song <yhs@fb.com>
Wed, 19 Dec 2018 04:07:47 +0000 (04:07 +0000)
committerYonghong Song <yhs@fb.com>
Wed, 19 Dec 2018 04:07:47 +0000 (04:07 +0000)
commit016394b2806278cbe3b96f91550af0a7c86229a4
tree2ad350c2e22519f51f2031d2469d9815480fc07b
parent274981eb83440be5359da5efc221416f9ea96e91
[DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected

In AsmPrinter, make struct HandlerInfo and SmallVector
Handlers protected, so target extended AsmPrinter will
be able to add their own handlers.

Signed-off-by: Yonghong Song <yhs@fb.com>
Differential Revision: https://reviews.llvm.org/D55756

llvm-svn: 349602
llvm/include/llvm/CodeGen/AsmPrinter.h