[lldbtestsuite] llvm-objcopy is now required to run the lit tests.
authorDavide Italiano <davide@freebsd.org>
Wed, 7 Mar 2018 18:06:12 +0000 (18:06 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 7 Mar 2018 18:06:12 +0000 (18:06 +0000)
commitc0311fe19b1fb6516d9eae3e96753951366e1ece
tree229e86b1d48df753c2d064967bb91b02363b6758
parentbf3c3846733c97e890c30f98233475625fe20979
[lldbtestsuite] llvm-objcopy is now required to run the lit tests.

There's now a test using llvm-objcopy in lit/.
This doesn't fail on the bot(s) because `llvm-objcopy` is probably
already available there, but if you get a fresh checkout and run
`ninja check-lldb` you'll observe the failure as it's not tracking
the dependency correctly. This fixes the problem on my machine,
and probably everywhere else.

llvm-svn: 326919
lldb/lit/CMakeLists.txt