[LLDB] Simplify cmake for instruction emulation unit tests
authorDavid Spickett <david.spickett@linaro.org>
Wed, 31 Aug 2022 14:41:57 +0000 (14:41 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Thu, 1 Sep 2022 09:40:04 +0000 (09:40 +0000)
commitd46ea783e6fad5d92f9f0aaa96f979ca826403e3
treee574bbdc70208bc409ec5084c87fad318dacd150
parent6b1a04529c8fba4019b3a7f56fe6e4938f3a188a
[LLDB] Simplify cmake for instruction emulation unit tests

I got suspicious because of checking "ARM" for an "ARM64" plugin.
As far as I can tell these never needed an llvm target to function.

Looking at the corresponding cmake for the libraries under test they
don't reference target libraries either.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D133024
lldb/unittests/Instruction/CMakeLists.txt