[libcxx-commits] [PATCH] D86920: [libcxxabi] Provide options to set compiler/link flags for test programs.
Hafiz Abid Qadeer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 15 01:38:22 PDT 2020
abidh added a comment.
In D86920#2271948 <https://reviews.llvm.org/D86920#2271948>, @ldionne wrote:
> Please take a look at `libcxx/test/configs/libcxx-trunk-shared.cfg.in` and `LIBCXX_TEST_CONFIG` in CMake for how to customize exactly how you're running the test suite. This is a lot more powerful and simple than stringing options through CMake!
Thanks. I found this variable and I tried using it with an out of tree file that was customized for my target and it works. This patch though does make CMake variable set consistent in libunwind/libcxxabi/libcxx. Otherwise we will have these variables in libunwind and libcxx and not in libcxxabi. If that is not important then I can abandon this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86920/new/
https://reviews.llvm.org/D86920
More information about the libcxx-commits
mailing list