[PATCH] D34631: [tsan] Add missing include directory for test unittests

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 07:57:10 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL306411: [tsan] Add missing include directory for test unittests (authored by fjricci).

Repository:
  rL LLVM

https://reviews.llvm.org/D34631

Files:
  compiler-rt/trunk/lib/tsan/tests/CMakeLists.txt


Index: compiler-rt/trunk/lib/tsan/tests/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/tsan/tests/CMakeLists.txt
+++ compiler-rt/trunk/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.104166.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/6091c837/attachment.bin>


More information about the llvm-commits mailing list