[PATCH] D106614: [Clang] add btf_tag attribute
    Andrii Nakryiko via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug  3 12:35:38 PDT 2021
    
    
  
anakryiko added a comment.
I think it's reasonable behavior to just merge all bpf_tags across declaration(s) and a definition. Kind of like __weak behaves, it doesn't matter if it's on actual function or its extern declaration.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106614/new/
https://reviews.llvm.org/D106614
    
    
More information about the cfe-commits
mailing list