projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c494718
)
Reverting cmake/modules/AddLLVM.cmake changes from revision 300184 (Added by mistake).
author
Ayman Musa
<ayman.musa@intel.com>
Thu, 13 Apr 2017 09:26:49 +0000
(09:26 +0000)
committer
Ayman Musa
<ayman.musa@intel.com>
Thu, 13 Apr 2017 09:26:49 +0000
(09:26 +0000)
llvm-svn: 300185
llvm/cmake/modules/AddLLVM.cmake
patch
|
blob
|
history
diff --git
a/llvm/cmake/modules/AddLLVM.cmake
b/llvm/cmake/modules/AddLLVM.cmake
index 41375c61b9cd7e58173af69bb0c7757f24d02854..7f7608cff33d3e0c683272656fc4bd9d5fa6592f 100644
(file)
--- a/
llvm/cmake/modules/AddLLVM.cmake
+++ b/
llvm/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()