[llvm] [BPF] Strip map struct names (PR #164851)
Tamir Duberstein via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 10:18:38 PDT 2025
================
@@ -789,7 +793,7 @@ void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) {
// Visit array element type.
uint32_t ElemTypeId;
const DIType *ElemType = CTy->getBaseType();
- visitTypeEntry(ElemType, ElemTypeId, false, false);
+ visitTypeEntry(ElemType, ElemTypeId, false, false, false);
----------------
tamird wrote:
is it time to sprinkle some `/* argName = */ false`decorations?
here and everywhere
https://github.com/llvm/llvm-project/pull/164851
More information about the llvm-commits
mailing list