Generate types for global variables with "weak" attribute.
Keep allocation scope the same for both weak and non-weak
globals as ELF symbol table can determine whether a global
symbol is weak or not.
Details
Details
- Reviewers
ast anakryiko - Commits
- rG5ea611daf9cb: [BPF] Support weak global variables for BTF
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo