diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-12-12 20:56:49 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-12-12 20:56:49 +0000 |
commit | e52fd5b3e5b459a1a125c74c82d0f75fe7367fe9 (patch) | |
tree | d922fa4788b82ebe6dde2a9f2ab7440b34f6f7d9 | |
parent | 6334f46db8994f3402340f927a268b5c865f0e27 (diff) | |
download | bcm5719-llvm-e52fd5b3e5b459a1a125c74c82d0f75fe7367fe9.tar.gz bcm5719-llvm-e52fd5b3e5b459a1a125c74c82d0f75fe7367fe9.zip |
Add llvm-dsymutil to test/CMakeLists.txt
r224134 added this and runs it from a test, but doesn't build it with test
binaries.
llvm-svn: 224149
-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 f85a1d97e90..753cf20b153 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt @@ -32,6 +32,7 @@ set(LLVM_TEST_DEPENDS llvm-dis llvm-dsymutil llvm-dwarfdump + llvm-dsymutil llvm-extract llvm-link llvm-lto |