Skip to content

Commit 81cf8b8

Browse files
authored
[LLVM] Remove prepare-check-lit from lit testsuite dependencies (llvm#159922)
Remove `prepare-check-lit` as it's not intended to prepare the `llvm-lit` binary (which was the original intent of adding this target to the dependencies). `llvm-lit` is pre-populated when you run cmake, so there is no need to have an extra dependency for that. That also means that if you do `rm -rf build/bin` and then run `ninja -C build check-llvm-filecheck` llvm-lit will not get copied over and you need to run cmake again to get it back.
1 parent 8e383e2 commit 81cf8b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ set(LLVM_TEST_DEPENDS_COMMON
6565
count
6666
llvm-config
6767
not
68-
prepare-check-lit
6968
)
7069

7170
set(LLVM_TEST_DEPENDS

0 commit comments

Comments
 (0)