This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8aa60c39db3 gn build: Fix redundant object files in builtin lib. new 9b197d2c4ed gn build: Make builtin library build on macOS new 5d2f373bc6d gn build: Add build files for compiler-rt/lib/profile
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/toolchain/BUILD.gn | 2 + utils/gn/secondary/BUILD.gn | 4 +- utils/gn/secondary/compiler-rt/BUILD.gn | 3 + utils/gn/secondary/compiler-rt/lib/BUILD.gn | 1 + .../gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 10 +++- .../gn/secondary/compiler-rt/lib/profile/BUILD.gn | 64 ++++++++++++++++++++++ utils/gn/secondary/compiler-rt/target.gni | 2 + 7 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn