[PATCH] D137534: [C++20] [Modules] [ClangScanDeps] Allow clang-scan-deps to without specified compilation database in P1689 (3/4)

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 4 19:30:22 PST 2023


ChuanqiXu added a comment.

> Note that multi-arch builds are an open question (just like multi-arch .pcm files are I believe); the format could support it as two reports on provides/reqs, but the merged object file complicates things.

BTW, we decide to forbid multiple-arch .pcm files in https://reviews.llvm.org/D137058 now since we don't know how to handle it properly.


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

https://reviews.llvm.org/D137534



More information about the cfe-commits mailing list