[PATCH] D103930: [clang][HeaderSearch] Fix implicit module when using header maps

Andrew Gallagher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 8 18:56:33 PDT 2021


andrewjcg added a comment.

We were hitting this in our build environment when mixing header maps with clang module maps, where the use of the former would prevent properly associated an included header with it's module via the module map.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103930/new/

https://reviews.llvm.org/D103930



More information about the cfe-commits mailing list