[all-commits] [llvm/llvm-project] 58c586: Allow searching for prebuilt implicit modules.
Alexandre Rames via All-commits
all-commits at lists.llvm.org
Tue Nov 10 10:14:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58c586e701889250c08285193dc75d94a7ed302d
https://github.com/llvm/llvm-project/commit/58c586e701889250c08285193dc75d94a7ed302d
Author: Alexandre Rames <arames at apple.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M clang/docs/Modules.rst
M clang/include/clang/Driver/Options.td
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/HeaderSearch.h
M clang/include/clang/Lex/HeaderSearchOptions.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Lex/HeaderSearch.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
A clang/test/Modules/Inputs/prebuilt-implicit-module/a.h
A clang/test/Modules/Inputs/prebuilt-implicit-module/module.modulemap
A clang/test/Modules/prebuilt-implicit-modules.m
Log Message:
-----------
Allow searching for prebuilt implicit modules.
This reverts commit c67656b994c87224e0b33e2c4b09093986a5cfa6, and addresses the
build issue.
More information about the All-commits
mailing list