[PATCH] D53736: [BTF] Add BTF DebugInfo
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 16 10:39:46 PST 2018
aprantl added a comment.
> Since BPFDebug extends DebugHandlerBase, so I have to move lib/CodeGen/AsmPrinter/DebugHandlerBase.h to include/llvm/CodeGen directory. The same happens lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.h and lib/CodeGen/AsmPrinter/AsmPrinterHandler.h to include/llvm/CodeGen directory. As a result, a lot of files under lib/CodeGen/AsmPrinter needs to be changed to reflect the new include location.
@dblaike: any ideas for how to best get the layering right here?
Repository:
rL LLVM
https://reviews.llvm.org/D53736
More information about the llvm-commits
mailing list