[lldb] Add llvm-pdbutil to lldb test dependencies
authorRaphael Isemann <teemperor@gmail.com>
Tue, 27 Oct 2020 14:44:24 +0000 (15:44 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 27 Oct 2020 14:46:25 +0000 (15:46 +0100)
Since D89812 we use llvm-pdbutil in the LLDB tests but we didn't add it to
the test dependencies.

lldb/test/CMakeLists.txt

index 91665e7..9d17009 100644 (file)
@@ -141,6 +141,7 @@ add_lldb_test_dependency(
   llvm-nm
   llvm-mc
   llvm-objcopy
+  llvm-pdbutil
   llvm-readobj
   )