[libcxx-commits] [PATCH] D86540: [libcxxabi, libunwind] support running tests in standalone mode
Dominik Montada via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 21 06:21:48 PDT 2020
gargaroff updated this revision to Diff 293152.
gargaroff marked 2 inline comments as done.
gargaroff added a comment.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Rebase.
Reuse HandleOutOfTreeLLVM.cmake from libcxx in libunwind.
Define LIBUNWIND_TEST_PARAMS
@ldionne I only made libunwind reuse libcxx's HandleOutOfTreeLLVM.cmake. Libcxxabi is still using a libcxxabi specific one. I'm planning on making libcxxabi also reuse the libcxx one but first wanted to make sure that the approach for libunwind is looking good.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86540/new/
https://reviews.llvm.org/D86540
Files:
libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
libcxxabi/CMakeLists.txt
libunwind/CMakeLists.txt
libunwind/test/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86540.293152.patch
Type: text/x-patch
Size: 8406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200921/f7ed98e5/attachment.bin>
More information about the libcxx-commits
mailing list