This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ffe7e3f Update clang support on recent Haiku new 22dbcfe Embed bitcode in object file (clang cc1 part)
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/CodeGen/BackendUtil.h | 4 ++ include/clang/Driver/Options.td | 7 ++- include/clang/Frontend/CodeGenOptions.def | 2 + include/clang/Frontend/CodeGenOptions.h | 11 ++++ lib/CodeGen/BackendUtil.cpp | 90 +++++++++++++++++++++++++++++++ lib/CodeGen/CodeGenAction.cpp | 6 +++ lib/Driver/Driver.cpp | 21 +++++--- lib/Driver/Tools.cpp | 12 +++-- lib/Frontend/CompilerInvocation.cpp | 39 ++++++++++++++ test/Driver/embed-bitcode.c | 15 ++++-- test/Frontend/embed-bitcode.ll | 59 ++++++++++++++++++++ 11 files changed, 251 insertions(+), 15 deletions(-) create mode 100644 test/Frontend/embed-bitcode.ll