[PATCH] D113676: [clang][lex] Fix search path usage remark with modules

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 16 04:22:39 PDT 2022


jansvoboda11 abandoned this revision.
jansvoboda11 added a comment.
Herald added a project: All.

Abandoning this. We don't need to collect usage info from `-fimplicit-module-maps` because we don't use that feature during explicit builds: D120465 <https://reviews.llvm.org/D120465>. Support for usage collection for modules was removed entirely in D121295 <https://reviews.llvm.org/D121295>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113676



More information about the cfe-commits mailing list