With explicit modules build, the '-fmodules-cache-path=' argument is unused.
This patch removes the argument to avoid warnings or errors (with '-Werror') stemming from that.
Depends on D118915.
Differential D120474
[clang][deps] Remove '-fmodules-cache-path=' arguments jansvoboda11 on Feb 24 2022, 4:46 AM. Authored by
Details With explicit modules build, the '-fmodules-cache-path=' argument is unused. This patch removes the argument to avoid warnings or errors (with '-Werror') stemming from that. Depends on D118915.
Diff Detail
Event Timeline
|
Is that the only one to remove? (asking because you dropped the FIXME, which suggested it might only be one example)
Also, could this just be an assertion, since makeInvocationForModuleBuildWithoutPaths() is already clearing things?