[PATCH] D68997: Allow searching for prebuilt implicit modules.
Alexandre Rames via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 31 15:29:58 PDT 2020
arames updated this revision to Diff 282335.
arames marked an inline comment as done.
arames added a comment.
Addressed review comments.
- Fixed typos in the doc.
- Added doc about module compatibility.
- Cleaned and tested commands in the doc.
- Reworked module hash code to not require `-fmodules-cache-path` when using `-fprebuilt-implicit-modules`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68997/new/
https://reviews.llvm.org/D68997
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: D68997.282335.patch
Type: text/x-patch
Size: 21496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200731/c5e7ffa8/attachment-0001.bin>
More information about the cfe-commits
mailing list