[PATCH] D90963: Allow searching for prebuilt implicit modules.

Alexandre Rames via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 11:54:06 PST 2020


arames created this revision.
arames added a reviewer: stella.stamenova.
Herald added subscribers: cfe-commits, dang.
Herald added a project: clang.
arames requested review of this revision.

This reverts commit c67656b994c87224e0b33e2c4b09093986a5cfa6 <https://reviews.llvm.org/rGc67656b994c87224e0b33e2c4b09093986a5cfa6>, and addresses the
build issue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90963

Files:
  clang/docs/Modules.rst
  clang/include/clang/Driver/Options.td
  clang/include/clang/Frontend/CompilerInstance.h
  clang/include/clang/Lex/HeaderSearch.h
  clang/include/clang/Lex/HeaderSearchOptions.h
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Frontend/CompilerInstance.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/lib/Lex/HeaderSearch.cpp
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/test/Modules/Inputs/prebuilt-implicit-module/a.h
  clang/test/Modules/Inputs/prebuilt-implicit-module/module.modulemap
  clang/test/Modules/prebuilt-implicit-modules.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90963.303516.patch
Type: text/x-patch
Size: 21698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201106/36c3cdcf/attachment-0001.bin>


More information about the cfe-commits mailing list