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:
84d51dc
)
[cmake] Add polly-isl-test dependency to lit tests.
author
Michael Kruse
<llvm@meinersbur.de>
Sun, 16 Oct 2016 21:35:57 +0000
(21:35 +0000)
committer
Michael Kruse
<llvm@meinersbur.de>
Sun, 16 Oct 2016 21:35:57 +0000
(21:35 +0000)
Also handle the in-llvm-tree case forgotten in r284339.
llvm-svn: 284347
polly/test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/polly/test/CMakeLists.txt
b/polly/test/CMakeLists.txt
index f905b17018a213068c7ab7ed517308f68709ae6a..a44a60dc22172cc0cdca4bfa7828e3f1a5fa5fc1 100644
(file)
--- a/
polly/test/CMakeLists.txt
+++ b/
polly/test/CMakeLists.txt
@@
-115,7
+115,7
@@
if (NOT DEFINED LLVM_MAIN_SRC_DIR)
else (NOT DEFINED LLVM_MAIN_SRC_DIR)
set(LLVM_LIT ${LLVM_TOOLS_BINARY_DIR}/llvm-lit)
- set(POLLY_TEST_DEPS llvm-config opt LLVMPolly FileCheck not)
+ set(POLLY_TEST_DEPS llvm-config opt LLVMPolly FileCheck not
polly-isl-test
)
if (POLLY_GTEST_AVAIL)
list(APPEND POLLY_TEST_DEPS PollyUnitTests)
endif ()