[CMake] Add missing test dep

lit/SymbolFile/NativePDB/globals-bss.cpp needs llvm-readobj

llvm-svn: 357336
This commit is contained in:
David Zarzycki 2019-03-30 00:00:19 +00:00
parent a3c9d88233
commit 916709e0be
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ list(APPEND LLDB_TEST_DEPS
llvm-config
llvm-mc
llvm-objcopy
llvm-readobj
)
if(TARGET lld)