[libcxx-dev] How to include abi and unwind tests in libcxx test suite in standalone mode
Louis Dionne via libcxx-dev
libcxx-dev at lists.llvm.org
Thu Jun 25 08:28:40 PDT 2020
> On Jun 25, 2020, at 08:14, Dominik Montada <dominik.montada at hightec-rt.com> wrote:
>
> Hi Louis,
>
> sorry for bothering you once more about the libcxx test suite! I was wondering whether you could help with some of my problems again.
>
> After the recent discussion on the mailing list and your diff, I was able to set up cross-compilation and remote-execution of the libcxx test suite, so thank you for that!
I'm glad to hear that!
>
> We have split up the build of the libraries into different stages, so libcxx, libcxxabi and libunwind are all built in standalone mode. If I understand correctly, libcxxabi and libunwind tests are not supported when using this. Is there a way to include those tests when running the libcxx test suite?
>
> If not, what is the recommended way to build and test those libraries when doing cross-compilation?
Yes, they are supported. It's just that I haven't implemented the ability to use a 100% custom site config file for libcxxabi and libunwind, but it should work just the same. I'll try doing that today -- it should be the same dance as what I did for libcxx.
Louis
More information about the libcxx-dev
mailing list