[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.
This commit is contained in:
Raphael Isemann 2020-10-27 15:44:24 +01:00
parent 4ba8ea4cb0
commit d43c70a202
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ add_lldb_test_dependency(
llvm-nm
llvm-mc
llvm-objcopy
llvm-pdbutil
llvm-readobj
)