[clang] [clang][modules] Print library module manifest path. (PR #76451)
Mark de Wever via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 10:42:36 PST 2024
mordante wrote:
> LGTM with a few nits. Can you double check modules.json is inside `lib/` (`usr/lib/x86_64-linux-gnu{{/|\\}}modules.json`) instead of some directory under `include`?
Thanks for the review. The json will indeed be installed in the lib dir in libc++.
https://github.com/llvm/llvm-project/pull/76451
More information about the cfe-commits
mailing list