[PATCH] D134267: [C++] [Modules] Support one phase compilation model for named modules
Ben Boeckel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 2 09:10:28 PDT 2022
ben.boeckel added a comment.
I tried applying this patch to your MyP1689 branch (fixing conflicts with attempts there), but it seems that something isn't being plumbed properly:
clang-15: error: unknown argument: '-fc++-module-file-output=CMakeFiles/export_bmi_and_interfaces.dir/importable.pcm'
clang-15: error: unable to create default module cache path "/home/boeckb/.cache/clang/ModuleCache": No such file or direc
tory
There's no way to disable the "module cache path" either (it fails here because I symlinked it to `/dev/null` to avoid things "working" behind my back).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134267/new/
https://reviews.llvm.org/D134267
More information about the cfe-commits
mailing list