[libcxx-commits] [PATCH] D97913: [runtimes] Use add_lit_testsuite to register lit testsuites
David Zarzycki via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 19 04:19:09 PDT 2021
davezarzycki added a comment.
In D97913#2635064 <https://reviews.llvm.org/D97913#2635064>, @ldionne wrote:
> Why do you use these settings?
>
> -DLIBCXX_ENABLE_SHARED=FALSE
> -DLIBCXXABI_ENABLE_SHARED=FALSE
> -DLIBUNWIND_ENABLE_SHARED=FALSE
>
> What is the intent of your build job?
I try to ensure that building/testing works with PIC disabled, which (of course) requires disabling shared libraries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97913/new/
https://reviews.llvm.org/D97913
More information about the libcxx-commits
mailing list