[PATCH] D57224: [CMake] Quick-Fix FileCheck target does not exist when building against LLVM install-tree with COMPILER_RT_INCLUDE_TESTS=ON
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 08:15:10 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352381: [CMake] Quick-Fix FileCheck target does not exist when building against LLVM… (authored by stefan.graenitz, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D57224?vs=183508&id=183868#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57224/new/
https://reviews.llvm.org/D57224
Files:
compiler-rt/trunk/test/CMakeLists.txt
Index: compiler-rt/trunk/test/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/test/CMakeLists.txt
+++ compiler-rt/trunk/test/CMakeLists.txt
@@ -14,10 +14,6 @@
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS profile)
endif()
-if(COMPILER_RT_STANDALONE_BUILD)
- list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS FileCheck)
-endif()
-
# When ANDROID, we build tests with the host compiler (i.e. CMAKE_C_COMPILER),
# and run tests with tools from the host toolchain.
if(NOT ANDROID)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57224.183868.patch
Type: text/x-patch
Size: 534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190128/e545201c/attachment.bin>
More information about the llvm-commits
mailing list