28 lines
665 B
Diff
28 lines
665 B
Diff
From 0d272ed9be35fcd1992b08a9026a74d18cf1d7ec Mon Sep 17 00:00:00 2001
|
|
From: Tom Stellard <tstellar@redhat.com>
|
|
Date: Thu, 15 Jun 2017 16:33:25 -0400
|
|
Subject: [PATCH] test: Remove FileCheck, not, count dependencies
|
|
|
|
clang already adds these as dependencies for lit.
|
|
---
|
|
test/CMakeLists.txt | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
|
index a9d7b7c..1a8930a 100644
|
|
--- a/test/CMakeLists.txt
|
|
+++ b/test/CMakeLists.txt
|
|
@@ -31,9 +31,6 @@ if(CLANG_TOOLS_TEST_USE_VG)
|
|
endif()
|
|
|
|
set(CLANG_TOOLS_TEST_DEPS
|
|
- # Base line deps.
|
|
- FileCheck count not
|
|
-
|
|
# clang-tidy tests require it.
|
|
clang-headers
|
|
|
|
--
|
|
1.8.3.1
|
|
|