Skip to content
Snippets Groups Projects

lisa._btf: Fix renaming of BTFForwardDecl

Merged Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_home_pr90343 into main
  1. Oct 04, 2023
    • Douglas Raillard's avatar
      lisa._btf: Fix renaming of BTFForwardDecl · 0b1eb72e
      Douglas Raillard authored
      FIX
      
      BTFForwardDecl should not be considered when deduplicating type names,
      as it will always "conflict" with the actual type definition. That is
      not a big problem though, as forward declarations are never useful (they
      are created as needed when dumping C code, we never rely on the BTF
      ones)
      0b1eb72e