[libcxx-commits] [libcxxabi] [libc++abi][test][VE] Add '-ldl' to support VE (PR #66605)
Kazushi Marukawa via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 18 20:26:10 PDT 2023
kaz7 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.
I see. I'll do that.
> 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?
Oh, thank you for letting me know. I didn't recognize that. We have a buildbot and have a plan to add libcxx tests to the buildbot. However, it is an after-commit buildbot. Let me see what I can do.
https://github.com/llvm/llvm-project/pull/66605
More information about the libcxx-commits
mailing list