From: Sven van Haastregt Date: Fri, 21 Jun 2019 10:26:20 +0000 (+0000) Subject: [cmake] Add llvm-dwarfdump to clang test dependencies X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1df483535e2d16ed6a26cc62bca6caf6cbf73dcb;p=clang [cmake] Add llvm-dwarfdump to clang test dependencies Commit r363496 ("[Clang] Harmonize Split DWARF options with llc", 2019-06-15) introduced the use of llvm-dwarfdump in the clang tests, so ensure the clang tests are dependent on llvm-dwarfdump. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364021 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6005e7318a..bbcbf870f9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -106,6 +106,7 @@ if( NOT CLANG_BUILT_STANDALONE ) llvm-cat llvm-cxxfilt llvm-dis + llvm-dwarfdump llvm-lto2 llvm-modextract llvm-nm