[libcxx-commits] [libcxx] [libc++] Compose the test suite Lit site config from harness and installation substitutions (PR #209638)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 15 05:09:35 PDT 2026
ldionne wrote:
Giving a heads up to @llvm/libcxx-vendors since this may require small tweaks to downstream testing configurations. Specifically, the tweak would be to remove the inclusion of `cmake-bridge` from the site config, as we do in this patch:
```
lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')
```
https://github.com/llvm/llvm-project/pull/209638
More information about the libcxx-commits
mailing list