[PATCH] D35038: [libunwind] Add a test harness

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 6 07:03:23 PDT 2017


chapuni added inline comments.


================
Comment at: test/CMakeLists.txt:34
+  ${CMAKE_CURRENT_BINARY_DIR}
+  DEPENDS ${LIBUNWIND_TEST_DEPS}
+  )
----------------
Could you fill this, please?

  set(LIBUNWIND_TEST_DEPS
    unwind
    )

It makes "check-unwind" pass from clean.


https://reviews.llvm.org/D35038





More information about the cfe-commits mailing list