This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bbecc2dcf0 Make clang::CallGraph look into template instantiations new fc109152ea [Driver] Add support for -fembed-bitcode for assembly file new 07de76366b [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loo [...]
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/clang/Driver/Options.td | 2 +- lib/Driver/ToolChains/Clang.cpp | 5 +++++ test/Driver/embed-bitcode.s | 12 ++++++++++++ test/Misc/backend-optimization-failure-nodbg.cpp | 2 +- test/Misc/backend-optimization-failure.cpp | 2 +- tools/driver/cc1as_main.cpp | 23 +++++++++++++++++++++++ 6 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 test/Driver/embed-bitcode.s