This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aeacd5adf42 [PDB Docs] Delete * LINKER * Stream information. new 60fbcc20c36 [globalisel] Allow combiners to query legality new a47974f1b97 [gn] Support for building compiler-rt builtins
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: include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 3 + utils/gn/build/sync_source_lists_from_cmake.py | 4 +- utils/gn/secondary/BUILD.gn | 3 + utils/gn/secondary/compiler-rt/BUILD.gn | 5 + utils/gn/secondary/compiler-rt/lib/BUILD.gn | 5 + .../gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 476 +++++++++++++++++++++ 6 files changed, 494 insertions(+), 2 deletions(-) create mode 100644 utils/gn/secondary/compiler-rt/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn