forked from OSchip/llvm-project
Add llvm-isel-fuzzer to test/CMakeLists.txt
Tests were added that depend on llvm-isel-fuzzer in r312427, so the tests should depend on the tool. llvm-svn: 312433
This commit is contained in:
parent
fe96ff7398
commit
faea89735c
|
|
@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
|
||||||
llvm-dwarfdump
|
llvm-dwarfdump
|
||||||
llvm-dwp
|
llvm-dwp
|
||||||
llvm-extract
|
llvm-extract
|
||||||
|
llvm-isel-fuzzer
|
||||||
llvm-lib
|
llvm-lib
|
||||||
llvm-link
|
llvm-link
|
||||||
llvm-lto2
|
llvm-lto2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue