[libcxx-commits] [PATCH] D85004: [libunwind] Make the test depend on the libunwind explicitly.

Daniel Kiss via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 3 00:46:44 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c3f6fb68807: [libunwind] Make the test depend on the libunwind explicitly. (authored by danielkiss).
Herald added projects: LLVM, libunwind.
Herald added subscribers: libcxx-commits, llvm-commits.
Herald added a reviewer: libunwind.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85004/new/

https://reviews.llvm.org/D85004

Files:
  libunwind/test/CMakeLists.txt


Index: libunwind/test/CMakeLists.txt
===================================================================
--- libunwind/test/CMakeLists.txt
+++ libunwind/test/CMakeLists.txt
@@ -32,4 +32,4 @@
 
 add_lit_testsuite(check-unwind "Running libunwind tests"
   ${CMAKE_CURRENT_BINARY_DIR}
-  DEPENDS ${LIBUNWIND_TEST_DEPS})
+  DEPENDS unwind ${LIBUNWIND_TEST_DEPS})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85004.282515.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200803/e607d3cf/attachment.bin>


More information about the libcxx-commits mailing list