[libcxx-commits] [libcxxabi] [libc++abi][test][VE] Add '-ldl' to support VE (PR #66605)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 18 05:38:52 PDT 2023
ldionne wrote:
We don't want to start encoding target-specific information in our testing config files. If you need something specific for `ve`, the right way to do that would be to instead create a `ve-libc++abi-shared.cfg.in` file or something similar.
By the way, I've been seeing a few PRs about VE support lately. As documented [here](https://libcxx.llvm.org/#platform-and-compiler-support), our support policy requires adding a pre-commit CI bot to test every configuration that we claim to support. Is that something you can do for VE?
https://github.com/llvm/llvm-project/pull/66605
More information about the libcxx-commits
mailing list