This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b88b36bff53 Revert "[BPF] do not generate unused local/global types" new 6bc58e6d3db [BPF] do not generate unused local/global types
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/BPF/BTFDebug.cpp | 19 ++++-- test/CodeGen/BPF/BTF/extern-global-var.ll | 69 +++++++++++++++++++ test/CodeGen/BPF/BTF/local-var.ll | 108 ++++++++++++++++++++++++++++++ test/CodeGen/BPF/BTF/static-var.ll | 107 +++++++++++++++++++++++++++++ 4 files changed, 296 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/BPF/BTF/extern-global-var.ll create mode 100644 test/CodeGen/BPF/BTF/local-var.ll create mode 100644 test/CodeGen/BPF/BTF/static-var.ll