From f6638d30e82a1bece7eb49c6307717b6e4f4c056 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Mon, 7 May 2018 22:00:59 +0000 Subject: [PATCH] [tools] Add missing test dependency Caught by the build bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331687 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f3684d3f9ff..07c9be077cf 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -83,6 +83,7 @@ set(LLVM_TEST_DEPENDS llvm-size llvm-split llvm-strings + llvm-strip llvm-symbolizer llvm-tblgen llvm-xray -- 2.11.0