[PATCH] D29901: Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 11 13:59:29 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299982: Modular Codegen: Add/use a bit in serialized function definitions to trackā€¦ (authored by dblaikie).

Changed prior to commit:
  https://reviews.llvm.org/D29901?vs=91193&id=94886#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29901

Files:
  cfe/trunk/include/clang/AST/ASTContext.h
  cfe/trunk/include/clang/AST/ExternalASTSource.h
  cfe/trunk/include/clang/Basic/Module.h
  cfe/trunk/include/clang/Sema/MultiplexExternalSemaSource.h
  cfe/trunk/include/clang/Serialization/ASTReader.h
  cfe/trunk/lib/AST/ASTContext.cpp
  cfe/trunk/lib/AST/ExternalASTSource.cpp
  cfe/trunk/lib/Basic/Module.cpp
  cfe/trunk/lib/Sema/MultiplexExternalSemaSource.cpp
  cfe/trunk/lib/Serialization/ASTReader.cpp
  cfe/trunk/lib/Serialization/ASTReaderDecl.cpp
  cfe/trunk/lib/Serialization/ASTWriter.cpp
  cfe/trunk/lib/Serialization/ASTWriterDecl.cpp
  cfe/trunk/test/Modules/Inputs/codegen-nodep/foo.h
  cfe/trunk/test/Modules/Inputs/codegen-nodep/foo.modulemap
  cfe/trunk/test/Modules/Inputs/codegen/foo.h
  cfe/trunk/test/Modules/Inputs/codegen/use.cpp
  cfe/trunk/test/Modules/codegen-nodep.test
  cfe/trunk/test/Modules/codegen.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29901.94886.patch
Type: text/x-patch
Size: 15966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170411/edd36fa8/attachment.bin>


More information about the cfe-commits mailing list