There are plans to add some BTF processing to tools like objdump and
readelf. This commit moves BTF.{h,def} files from BPF target specific
location to include/llvm/DebugInfo/* to avoid tools including headers
from lib/Target/*.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi James, Fangrui,
Could you please take a look at this modification for DebugInfo headers?
It is a dependency for https://reviews.llvm.org/D149058 .
Comment Actions
Apologies for my slow response. This looks good to me, but you will need a stamp from the owner @yonghong-song