diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2017-09-03 03:00:27 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2017-09-03 03:00:27 +0000 |
| commit | faea89735c1859d50dfb51733a370e7b9c8f46a4 (patch) | |
| tree | b5774f2080fd1235780ec2e17e616eb044d70796 /llvm | |
| parent | fe96ff73983e01c2fcc7efa23d4513f7c5290611 (diff) | |
| download | bcm5719-llvm-faea89735c1859d50dfb51733a370e7b9c8f46a4.tar.gz bcm5719-llvm-faea89735c1859d50dfb51733a370e7b9c8f46a4.zip | |
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
Diffstat (limited to 'llvm')
| -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 0233cba61f1..28bec84989f 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt @@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS llvm-dwarfdump llvm-dwp llvm-extract + llvm-isel-fuzzer llvm-lib llvm-link llvm-lto2 |

