This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38612e97686 [InstCombine] foldICmpBinOp(): consider inverted check in ' [...] new 1eed8c70c1e gn build: (manually) merge r358706 new 5383cf2b348 [Support] Add writeFileAtomically() to FileUtilities
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/Support/FileUtilities.h | 7 +++ lib/Support/FileUtilities.cpp | 35 +++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/FileUtilitiesTest.cpp | 52 ++++++++++++++++++++++ .../gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 42 +++++++++-------- 5 files changed, 119 insertions(+), 18 deletions(-) create mode 100644 unittests/Support/FileUtilitiesTest.cpp