diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2014-03-12 18:55:25 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2014-03-12 18:55:25 +0000 |
| commit | 1b57e8f028a7112862cb35d58d4b2be8974af52f (patch) | |
| tree | 2a4a02b0a381b02ac6c79592a5629473e5b5168b | |
| parent | e389dd5d687e13a64301be80e7528e8fa0beaa29 (diff) | |
| download | bcm5719-llvm-1b57e8f028a7112862cb35d58d4b2be8974af52f.tar.gz bcm5719-llvm-1b57e8f028a7112862cb35d58d4b2be8974af52f.zip | |
add dependence of check-polly on llc
to avoid an error when directly doing ninja check-polly after cmake
'Could not find llc in .../ninja/bin'.
llvm-svn: 203696
| -rw-r--r-- | polly/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/CMakeLists.txt b/polly/test/CMakeLists.txt index 7435370863a..36cacad8f37 100644 --- a/polly/test/CMakeLists.txt +++ b/polly/test/CMakeLists.txt @@ -62,7 +62,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 opt lli LLVMPolly FileCheck not) + set(POLLY_TEST_DEPS opt lli llc LLVMPolly FileCheck not) set(LLVM_BINARY_DIR "${LLVM_BINARY_DIR}") set(LLVM_TOOLS_DIR "${LLVM_TOOLS_BINARY_DIR}") |

