[PATCH] D34631: [tsan] Add missing include directory for test unittests
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 10:13:34 PDT 2017
fjricci created this revision.
Herald added a subscriber: mgorny.
Required to fix standalone builds in some configurations
https://reviews.llvm.org/D34631
Files:
lib/tsan/tests/CMakeLists.txt
Index: lib/tsan/tests/CMakeLists.txt
===================================================================
--- lib/tsan/tests/CMakeLists.txt
+++ lib/tsan/tests/CMakeLists.txt
@@ -8,6 +8,7 @@
${TSAN_CFLAGS}
${COMPILER_RT_UNITTEST_CFLAGS}
${COMPILER_RT_GTEST_CFLAGS}
+ -I${COMPILER_RT_SOURCE_DIR}/include
-I${COMPILER_RT_SOURCE_DIR}/lib
-I${COMPILER_RT_SOURCE_DIR}/lib/tsan/rtl
-DGTEST_HAS_RTTI=0)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34631.103982.patch
Type: text/x-patch
Size: 413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170626/8df73e7f/attachment.bin>
More information about the llvm-commits
mailing list