This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3b2a1561c8 [analyzer] [NFC] Fix the FIXME in tests new 05aaf6c929 [LTO] Add option to enable LTOUnit splitting, and disable un [...]
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/Basic/CodeGenOptions.def | 4 ++++ include/clang/Driver/Options.td | 5 +++++ include/clang/Driver/SanitizerArgs.h | 1 + lib/CodeGen/BackendUtil.cpp | 30 +++++++++++++++++--------- lib/Driver/SanitizerArgs.cpp | 2 ++ lib/Driver/ToolChains/Clang.cpp | 11 ++++++++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/thinlto-distributed-cfi-devirt.ll | 2 +- test/CodeGen/thinlto-distributed-cfi.ll | 2 +- test/CodeGenCXX/no-lto-unit.cpp | 2 ++ test/CodeGenCXX/type-metadata-thinlto.cpp | 4 +++- test/Driver/split-lto-unit.c | 10 +++++++++ 12 files changed, 61 insertions(+), 13 deletions(-) create mode 100644 test/Driver/split-lto-unit.c