This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4a1e0b1 Correct class-template deprecation behavior-REDUX new ae3ac33 [ThinLTO] Clang support for emitting minimized bitcode for thin link
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/Driver/CC1Options.td | 2 ++ include/clang/Frontend/CodeGenOptions.h | 5 +++++ lib/CodeGen/BackendUtil.cpp | 19 +++++++++++++++++-- lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/thin_link_bitcode.c | 9 +++++++++ 5 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/thin_link_bitcode.c