[PATCH] D55755: [DebugInfo] Move several private headers to include directory
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 16 21:36:55 PST 2018
yonghong-song created this revision.
yonghong-song added reviewers: aprantl, dblaikie, echristo, ast.
yonghong-song added a project: debug-info.
Herald added subscribers: llvm-commits, JDevlieghere.
This patch moved the following files in lib/CodeGen/AsmPrinter/
AsmPrinterHandler.h
DbgEntityHistoryCalculator.h
DebugHandlerBase.h
to include/llvm/CodeGen directory.
Such a change will enable Target to extend DebugHandlerBase
and emit Target specific debug info sections.
Signed-off-by: Yonghong Song <yhs at fb.com>
Repository:
rL LLVM
https://reviews.llvm.org/D55755
Files:
include/llvm/CodeGen/AsmPrinterHandler.h
include/llvm/CodeGen/DbgEntityHistoryCalculator.h
include/llvm/CodeGen/DebugHandlerBase.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.h
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
lib/CodeGen/AsmPrinter/DebugHandlerBase.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/WinCFGuard.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55755.178424.patch
Type: text/x-patch
Size: 8007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181217/72c6cdb3/attachment.bin>
More information about the llvm-commits
mailing list