Reverting cmake/modules/AddLLVM.cmake changes from revision 300184 (Added by mistake).
authorAyman Musa <ayman.musa@intel.com>
Thu, 13 Apr 2017 09:26:49 +0000 (09:26 +0000)
committerAyman Musa <ayman.musa@intel.com>
Thu, 13 Apr 2017 09:26:49 +0000 (09:26 +0000)
llvm-svn: 300185

llvm/cmake/modules/AddLLVM.cmake

index 41375c61b9cd7e58173af69bb0c7757f24d02854..7f7608cff33d3e0c683272656fc4bd9d5fa6592f 100644 (file)
@@ -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()