This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 218bd440251 [gn build] Add a script checking if sources in BUILD.gn and [...] new 9f3ca4490c4 [gn build] Add template for running llvm-tblgen and use it [...] new e0e4c6ec7d6 [gn build] Set +x bit on .py files in llvm/utils/gn/build.
The 2 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/build/run_tablegen.py | 8 ++ utils/gn/build/sync_source_lists_from_cmake.py | 0 utils/gn/build/write_cmake_config.py | 1 + utils/gn/secondary/BUILD.gn | 3 +- utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn | 18 +++++ utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn | 13 ++++ utils/gn/secondary/llvm/lib/IR/BUILD.gn | 81 +++++++++++++++++++ .../gn/secondary/llvm/utils/TableGen/tablegen.gni | 91 ++++++++++++++++++++++ 8 files changed, 214 insertions(+), 1 deletion(-) create mode 100755 utils/gn/build/run_tablegen.py mode change 100644 => 100755 utils/gn/build/sync_source_lists_from_cmake.py mode change 100644 => 100755 utils/gn/build/write_cmake_config.py create mode 100644 utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/IR/BUILD.gn create mode 100644 utils/gn/secondary/llvm/utils/TableGen/tablegen.gni