[PATCH] D74572: [BPF] preserve debuginfo types for builtin __builtin__btf_type_id()
Alexei Starovoitov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 18:34:51 PST 2020
ast added inline comments.
================
Comment at: llvm/lib/Target/BPF/BPFPreserveDIType.cpp:1
+//===------------- BPFPreserveType.cpp - Preserve DebugInfo Types ---------===//
+//
----------------
BPFPreserveDIType.cpp
================
Comment at: llvm/lib/Target/BPF/BPFPreserveDIType.cpp:95
+
+ std::string BaseName = "llvm.bpf_pdit.";
+ int Count = 0;
----------------
may be "llvm.btf_type_id." instead?
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