yonghong-song added a comment.

@aaron.ballman @erichkeane Just updated the patch with a new implementation, 
which added a new BTFTagAttributedType instead of reusing existing 
AttributedType. It is quite complicated and various parts of clang are touched. 
I mostly just followed what AttributedType did but considering 
BTFTagAttributedType is C only so my current implementation may unnecessarily 
complicate things. I didn't have much test coverage either. It would be great 
you can give a look and let me know (1). what I am missing, (2). where I can 
simplify things, (3) a different approach if you see fit, (4). what additional 
tests I should have. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120296/new/

https://reviews.llvm.org/D120296

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to