[all-commits] [llvm/llvm-project] c67656: Revert "Allow searching for prebuilt implicit modu...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Thu Nov 5 17:18:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c67656b994c87224e0b33e2c4b09093986a5cfa6
https://github.com/llvm/llvm-project/commit/c67656b994c87224e0b33e2c4b09093986a5cfa6
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2020-11-05 (Thu, 05 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
R clang/test/Modules/Inputs/prebuilt-implicit-module/a.h
R clang/test/Modules/Inputs/prebuilt-implicit-module/module.modulemap
R clang/test/Modules/prebuilt-implicit-modules.m
Log Message:
-----------
Revert "Allow searching for prebuilt implicit modules."
This reverts commit 71e108cd86e70b06c5fa3a63689dcb3555c3d13f.
This change caused a build failure on Windows:
http://lab.llvm.org:8011/#/builders/83/builds/570
More information about the All-commits
mailing list