From d43c70a2025972c60dc1a30b4661273dc584d0b8 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 27 Oct 2020 15:44:24 +0100 Subject: [PATCH] [lldb] Add llvm-pdbutil to lldb test dependencies Since D89812 we use llvm-pdbutil in the LLDB tests but we didn't add it to the test dependencies. --- lldb/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index 91665e7..9d17009 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -141,6 +141,7 @@ add_lldb_test_dependency( llvm-nm llvm-mc llvm-objcopy + llvm-pdbutil llvm-readobj ) -- 2.7.4