[PATCH] D56438: [Modules] Allow modulemap path change for implicitly built modules

Yuka Takahashi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 8 15:49:56 PST 2019


yamaguchi added a comment.

We have both explicitly and implicitly prebuilt modules, but this patch only relates to implicit ones. I agree that our usecase is a bit unique where we're installing and distributing implicitly built pcm, but I also imagine there might be a usecase where you built implicit pcms in some directory and want to reuse them somehow from other locations. If it doesn't make sense to be upstream, this can stay in our fork.


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

https://reviews.llvm.org/D56438





More information about the cfe-commits mailing list