[PATCH] D53736: [BTF] Add BTF DebugInfo
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 11:46:06 PDT 2018
yonghong-song added a comment.
If we want to move BTFDebug.h and BTFDebug.cpp to lib/Target/BPF, the header files BTFDebug.h and DebugHandlerBase.h needs to be exposed. In the future, other header files like DbgEntityHistoryCalculator.h may need to be exposed as well as BTF itself may evolve.
@dblaikie @echristo What is your opinion on this patch? Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D53736
More information about the llvm-commits
mailing list