summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAyman Musa <ayman.musa@intel.com>2017-04-13 09:26:49 +0000
committerAyman Musa <ayman.musa@intel.com>2017-04-13 09:26:49 +0000
commit4c76a123930e436043691ab3c62ffd8262db4b90 (patch)
treeb747df3e43e4fc6a0acccd020300c5770b35e532 /cmake
parent456f727677e12439c6e9f19d0d4706afbce3af6d (diff)
Reverting cmake/modules/AddLLVM.cmake changes from revision 300184 (Added by mistake).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/AddLLVM.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index 41375c61b9cd..7f7608cff33d 100644
--- a/cmake/modules/AddLLVM.cmake
+++ b/cmake/modules/AddLLVM.cmake
@@ -1213,8 +1213,7 @@ function(add_lit_testsuites project directory)
endif()
string(FIND ${lit_suite} Inputs is_inputs)
string(FIND ${lit_suite} Output is_output)
- string(FIND ${lit_suite} .svn is_svn)
- if (NOT (is_inputs EQUAL -1 AND is_output EQUAL -1 AND is_svn EQUAL -1))
+ if (NOT (is_inputs EQUAL -1 AND is_output EQUAL -1))
continue()
endif()