[PATCH] D106619: [Clang][LLVM] generate btf_tag annotations for DIGlobalVariable

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 20 10:39:05 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good.

(any chance have you measured/could you measure how much larger the bitcode for, say, an LLVM self-host Debug build gets with all these btf patches? (even without targeting/using btf, this is adding an extra field to lots of the debug info metadata, and I'd like to know whether that makes an observable difference in file size))


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106619



More information about the llvm-commits mailing list