Files
clang-p2996/clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
Rumeet Dhindsa 57a2eaf3c1 Revert "[modules] Do not cache invalid state for modules that we attempted to load."
As per comment on https://reviews.llvm.org/D72860, it is suggested to
revert this change in the meantime, since it has introduced regression.

This reverts commit 83f4c3af02.
2020-03-10 10:59:26 -07:00

4 lines
78 B
Plaintext

module A { header "A.h" }
module B { header "B.h" }
module C { header "C.h" }