diff options
author | Igor Laevsky <igmyrj@gmail.com> | 2017-11-15 15:07:37 +0000 |
---|---|---|
committer | Igor Laevsky <igmyrj@gmail.com> | 2017-11-15 15:07:37 +0000 |
commit | 6f065a9f7ce22d0a43e81b10c19abbfec7632a5f (patch) | |
tree | d71d44022ffda67279e0f2d849870a9e0806531c | |
parent | 445ae853fb8e099f7aab695eb2efb8968d678634 (diff) | |
download | bcm5719-llvm-6f065a9f7ce22d0a43e81b10c19abbfec7632a5f.tar.gz bcm5719-llvm-6f065a9f7ce22d0a43e81b10c19abbfec7632a5f.zip |
[llvm-opt-fuzzer] Add opt fuzzer to the test-depends list.
This should help with the buildbot failures after rL318293.
llvm-svn: 318295
-rw-r--r-- | llvm/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt index 5aafa94966c..6cf5103bf44 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt @@ -61,6 +61,7 @@ set(LLVM_TEST_DEPENDS llvm-dwp llvm-extract llvm-isel-fuzzer + llvm-opt-fuzzer llvm-lib llvm-link llvm-lto2 |