Details
- Reviewers
- None
- Group Reviewers
Restricted Project - Commits
- rG73382278825d: [libc++] Disable local submodule visibility in the modules build
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This was discussed in https://reviews.llvm.org/D119036. I suspect this won't pass, but I want to see what CI will say.
Try to remove textual for config and config_site, which is what's causing problems with LLDB.
libcxx/utils/libcxx/test/params.py | ||
---|---|---|
74 | I don't really understand the libcxx test configuration, but it looks like this changes the test that the std module can be built to not use LSV. Should we maybe test both LSV and non-LSV configs going forward? |
libcxx/utils/libcxx/test/params.py | ||
---|---|---|
74 | Honestly, I'd rather just test the default -fmodules flag, that's it. I don't even know why we had LSV turned on previously. I have no desire to start supporting various ways to build with modules, just whatever the default modules build is. We don't really have that much CI hardware to spare. |
I don't really understand the libcxx test configuration, but it looks like this changes the test that the std module can be built to not use LSV. Should we maybe test both LSV and non-LSV configs going forward?