[libcxx-commits] [PATCH] D108394: add tsan shared library

Vitaly Buka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 20 16:52:56 PDT 2021


vitalybuka added inline comments.


================
Comment at: compiler-rt/test/tsan/CMakeLists.txt:130
+  if(COMPILER_RT_TSAN_HAS_STATIC_RUNTIME)
+    list(APPEND TSAN_DYNAMIC_TEST_DEPS TsanDynamicUnitTests)
+    list(APPEND TSAN_DYNAMIC_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit/dynamic)
----------------
TSAN_DYNAMIC_TEST_DEPS is not set
we need set(TSAN_DYNAMIC_TEST_DEPS ${TSAN_TEST_DEPS})


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108394



More information about the libcxx-commits mailing list