This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f44add8257d gn build: Merge r350852 new 8ee1e3f8cea gn build: Add a template for calling write_cmake_config.py new d5697a92c2e [WebAssembly] Fix stack pointer store check in RegStackify
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: lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 18 +-- test/CodeGen/WebAssembly/reg-stackify.ll | 2 +- utils/gn/TODO.txt | 2 - utils/gn/build/write_cmake_config.gni | 54 +++++++++ .../secondary/clang/include/clang/Basic/BUILD.gn | 19 +-- .../secondary/clang/include/clang/Config/BUILD.gn | 39 +++---- utils/gn/secondary/clang/test/BUILD.gn | 51 ++++----- utils/gn/secondary/clang/tools/driver/BUILD.gn | 19 +-- utils/gn/secondary/lld/include/lld/Common/BUILD.gn | 19 +-- utils/gn/secondary/lld/test/BUILD.gn | 40 +++---- .../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 127 +++++++-------------- .../secondary/llvm/lib/Target/WebAssembly/BUILD.gn | 2 +- utils/gn/secondary/llvm/test/BUILD.gn | 71 +++++------- utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn | 19 +-- utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn | 21 +--- 15 files changed, 213 insertions(+), 290 deletions(-) create mode 100644 utils/gn/build/write_cmake_config.gni