[PATCH] D12392: Use libc++ headers from the correct build tree for sanitizer tests

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 21:36:43 PDT 2015


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/tsan/CMakeLists.txt:12
@@ -11,1 +11,3 @@
   set(TSAN_HAS_LIBCXX True)
+  set(TSAN_LIBCXX_INCDIR ${CMAKE_CURRENT_BINARY_DIR}/../../lib/tsan/libcxx_tsan/include/c++/v${LIBCXX_ABI_MAJOR_VERSION})
+  set(TSAN_LIBCXX_LIBDIR ${CMAKE_CURRENT_BINARY_DIR}/../../lib/tsan/libcxx_tsan/lib)
----------------
`${COMPILER_RT_BINARY_DIR}` here and below.


Repository:
  rL LLVM

http://reviews.llvm.org/D12392





More information about the llvm-commits mailing list