[PATCH] D86802: [Modules] Don't parse/load explicit module maps if modules are disabled
Andrew Gallagher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 13:16:04 PDT 2020
andrewjcg abandoned this revision.
andrewjcg added a comment.
Ahh, I see, make sense.
The motivating issue was due to an apparent bug where realpaths in umbrella dir support for module map files get leaked into dep files for includes starting with `..` (e.g. `#include "../foo.h"`) in non-modular builds.
I'll try get a repo together for a bug report for that issue instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86802/new/
https://reviews.llvm.org/D86802
More information about the cfe-commits
mailing list