[CMake] Add lli to LLDB_TEST_DEPS

lli is used by lit/Breakpoint/jitbp_elf.test
I had a test failure when running check-lldb-lit because my lli was stale.

llvm-svn: 360557
This commit is contained in:
Fangrui Song 2019-05-13 05:05:46 +00:00
parent 98fe9c9869
commit 89b35d9ccd

View File

@ -24,6 +24,7 @@ list(APPEND LLDB_TEST_DEPS
llc
lldb
lldb-test
lli
llvm-config
llvm-mc
llvm-objcopy