This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e04248b7f0b LoopDistribute/LAA: Add tests to catch regressions new 705be8ba10c gn build: Add Mips 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: utils/gn/TODO.txt | 2 +- .../llvm/lib/Target/Mips/AsmParser/BUILD.gn | 23 ++++ utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn | 118 +++++++++++++++++++++ .../llvm/lib/Target/Mips/Disassembler/BUILD.gn | 22 ++++ .../llvm/lib/Target/Mips/MCTargetDesc/BUILD.gn | 76 +++++++++++++ .../llvm/lib/Target/Mips/TargetInfo/BUILD.gn | 10 ++ utils/gn/secondary/llvm/lib/Target/targets.gni | 3 + 7 files changed, 253 insertions(+), 1 deletion(-) create mode 100644 utils/gn/secondary/llvm/lib/Target/Mips/AsmParser/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/Mips/Disassembler/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/Mips/TargetInfo/BUILD.gn