This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfac065bea6 [X86] Autogenerate complete checks. NFC new 527ff218843 [BPF] handle derived type properly for computing type id
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 | 3 +- test/CodeGen/BPF/BTF/global-var-sec-readonly.ll | 2 +- test/CodeGen/BPF/BTF/static-var-derived-type.ll | 190 +++++++++++++++++++++++ test/CodeGen/BPF/BTF/static-var-inited-sec.ll | 4 +- test/CodeGen/BPF/BTF/static-var-inited.ll | 4 +- test/CodeGen/BPF/BTF/static-var-readonly-sec.ll | 4 +- test/CodeGen/BPF/BTF/static-var-readonly.ll | 4 +- test/CodeGen/BPF/BTF/static-var-sec.ll | 4 +- test/CodeGen/BPF/BTF/static-var-zerolen-array.ll | 2 +- test/CodeGen/BPF/BTF/static-var.ll | 4 +- 10 files changed, 206 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/BPF/BTF/static-var-derived-type.ll