Skip to content

Commit

Permalink
[Polly][test] Add dependency to count.
Browse files Browse the repository at this point in the history
Polly does not use the count program itself, but somewhere in lit it is
expected to exists. Otherwise, the following error occurs:

    llvm-lit: llvm-project/llvm/utils/lit/lit/llvm/subst.py:133: fatal: Did not find count in ./bin
  • Loading branch information
Meinersbur committed Aug 29, 2021
1 parent ffa39b4 commit ca5f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polly/test/CMakeLists.txt
Expand Up @@ -34,7 +34,7 @@ else ()
set(LLVM_FILECHECK "${LLVM_TOOLS_BINARY_DIR}/FileCheck")
set(LLVM_NOT "${LLVM_TOOLS_BINARY_DIR}/not")
set(POLLY_TEST_EXTRA_PATHS "")
set(POLLY_TEST_DEPS llvm-config opt LLVMPolly FileCheck not)
set(POLLY_TEST_DEPS llvm-config opt LLVMPolly FileCheck not count)
endif()

if (POLLY_BUNDLED_ISL)
Expand Down

0 comments on commit ca5f05d

Please sign in to comment.