Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 7acdfb5

Browse files
committed
Merging r352381:
------------------------------------------------------------------------ r352381 | stefan.graenitz | 2019-01-28 17:14:57 +0100 (Mon, 28 Jan 2019) | 5 lines [CMake] Quick-Fix FileCheck target does not exist when building against LLVM install-tree with COMPILER_RT_INCLUDE_TESTS=ON The issue came up during release testing for LLVM 8: https://bugs.llvm.org/show_bug.cgi?id=40443 Differential Revision: https://reviews.llvm.org/D57224 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_80@352490 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3fe81ce commit 7acdfb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ if(COMPILER_RT_BUILD_PROFILE AND COMPILER_RT_HAS_PROFILE)
1414
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS profile)
1515
endif()
1616

17-
if(COMPILER_RT_STANDALONE_BUILD)
18-
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS FileCheck)
19-
endif()
20-
2117
# When ANDROID, we build tests with the host compiler (i.e. CMAKE_C_COMPILER),
2218
# and run tests with tools from the host toolchain.
2319
if(NOT ANDROID)

0 commit comments

Comments
 (0)