This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 873d47dbf54 GlobalISel: Add simpler way of always specifying custom lowering new 2a9164966ee gn build: Add BPF target.
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: .../llvm/lib/Target/BPF/AsmParser/BUILD.gn | 23 ++++++ utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn | 94 ++++++++++++++++++++++ .../llvm/lib/Target/BPF/Disassembler/BUILD.gn | 22 +++++ .../llvm/lib/Target/BPF/InstPrinter/BUILD.gn | 24 ++++++ .../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 60 ++++++++++++++ .../llvm/lib/Target/BPF/TargetInfo/BUILD.gn | 14 ++++ utils/gn/secondary/llvm/lib/Target/targets.gni | 4 + 7 files changed, 241 insertions(+) create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/InstPrinter/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn