This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 44fa4e90c4 Fix some tests that were failing on Windows new 2889dbd841 [CodeGen] Add an option to suppress output of llvm.ident
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/Options.td | 5 ++++- include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/CGDebugInfo.cpp | 3 ++- lib/CodeGen/CodeGenModule.cpp | 3 ++- lib/Driver/ToolChains/Clang.cpp | 3 +++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/no-ident-version.c | 19 +++++++++++++++++++ 7 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/no-ident-version.c