[PATCH] D74572: [BPF] preserve debuginfo types for builtin __builtin__btf_type_id()
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 20:40:43 PST 2020
yonghong-song marked an inline comment as done.
yonghong-song added inline comments.
================
Comment at: llvm/lib/Target/BPF/BPFPreserveDIType.cpp:95
+
+ std::string BaseName = "llvm.bpf_pdit.";
+ int Count = 0;
----------------
ast wrote:
> may be "llvm.btf_type_id." instead?
>
Oh, yes. Make sense. Forget to change this one. Will update.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74572/new/
https://reviews.llvm.org/D74572
More information about the cfe-commits
mailing list