This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd45a59072 [bindings] Fix most Python binding unittests on Windows new 044f47d77b [LTO] Enable module summary emission by default for regular LTO
The 1 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/clang/Frontend/CodeGenOptions.def | 2 +- lib/CodeGen/BackendUtil.cpp | 38 +++++++++++++++++++++++-------- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 4 ++-- test/CodeGen/emit-summary-index.c | 17 ++++++++++++++ test/Misc/thinlto.c | 4 ---- 6 files changed, 49 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/emit-summary-index.c delete mode 100644 test/Misc/thinlto.c