This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5e06777f41 [CUDA] Set LLVM calling convention for CUDA kernel new 052902970a Revert r330442, CodeGen/no-ident-version.c is failing on PPC new b55a60fc58 Record whether a module came from a private module map
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/Basic/Module.h | 4 ++++ include/clang/Driver/Options.td | 5 +---- include/clang/Frontend/CodeGenOptions.def | 1 - lib/Basic/Module.cpp | 5 ++++- lib/CodeGen/CGDebugInfo.cpp | 3 +-- lib/CodeGen/CodeGenModule.cpp | 3 +-- lib/Driver/ToolChains/Clang.cpp | 3 --- lib/Frontend/CompilerInvocation.cpp | 2 -- lib/Lex/ModuleMap.cpp | 9 ++++++--- lib/Serialization/ASTReader.cpp | 4 +++- lib/Serialization/ASTWriter.cpp | 4 +++- test/CodeGen/no-ident-version.c | 19 ------------------- 12 files changed, 23 insertions(+), 39 deletions(-) delete mode 100644 test/CodeGen/no-ident-version.c