[Lldb-commits] [PATCH] D132868: [lldb][test] Enable clang modules in API/tools/lldb-server (NFC)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 30 11:00:49 PDT 2022
JDevlieghere added a comment.
In D132868#3758826 <https://reviews.llvm.org/D132868#3758826>, @labath wrote:
> I don't think this will work in general, as the modules feature requires all your dependencies to be modularized, and linux systems generally don't have that. You might be able to do a feature like "build no_debug_info tests with modules if the platform supports it" and then make sure darwin supports it.
Yeah, that was my secondary concern, because that's why we don't run the `gmodules` variant there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132868/new/
https://reviews.llvm.org/D132868
More information about the lldb-commits
mailing list