[PATCH] D106615: [Clang][LLVM] generate btf_tag annotations for DIComposite types

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 16:49:59 PDT 2021


dblaikie added a comment.

Can these values/this attribute list vary over the course of a source file? (eg: the first use of a type might only have one of the attributes specified at that point, but then more attributes appear later - and then those attributes should be applied too?)

Perhaps a test case that demonstrates the need for the replacement-style approach would be good?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106615



More information about the llvm-commits mailing list