This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8ae674d121 Revert r300001 "Revert r298824 & r298816, recommit r298742 & [...] new 88cdb963de Modular Codegen: Separate flags for function and debug info support
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/Basic/LangOptions.def | 3 ++- include/clang/Driver/CC1Options.td | 6 +++++- lib/Frontend/CompilerInvocation.cpp | 3 ++- lib/Lex/ModuleMap.cpp | 1 - lib/Serialization/ASTWriter.cpp | 11 +++++----- lib/Serialization/ASTWriterDecl.cpp | 6 +++--- test/Modules/Inputs/codegen-flags/foo.h | 4 ++++ .../{codegen-nodep => codegen-flags}/foo.modulemap | 0 test/Modules/Inputs/codegen-flags/use.cpp | 5 +++++ test/Modules/codegen-flags.test | 25 ++++++++++++++++++++++ test/Modules/codegen.test | 2 +- 11 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 test/Modules/Inputs/codegen-flags/foo.h copy test/Modules/Inputs/{codegen-nodep => codegen-flags}/foo.modulemap (100%) create mode 100644 test/Modules/Inputs/codegen-flags/use.cpp create mode 100644 test/Modules/codegen-flags.test