[lldb] Add LTO dependency to lldb test suite
authorAugusto Noronha <augusto2112@me.com>
Wed, 14 Dec 2022 21:21:57 +0000 (13:21 -0800)
committerAugusto Noronha <augusto2112@me.com>
Thu, 22 Dec 2022 18:15:20 +0000 (10:15 -0800)
commitf85cc6009aa790dd9970981408401072702ea886
treec9fc921856f7b5a0dc7f2655cca8cef9fbf6a9c5
parent52c44a441c25a4333e1235095bb73c5115856125
[lldb] Add LTO dependency to lldb test suite

Make the lldb test target depend on LTO, since TestFullLtoStepping
needs it (prior to this patch, running "ninja check-lldb" would not
build libLTO).

Differential Revision: https://reviews.llvm.org/D140051
lldb/test/CMakeLists.txt