[all-commits] [llvm/llvm-project] d46ea7: [LLDB] Simplify cmake for instruction emulation un...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Sep 1 02:40:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d46ea783e6fad5d92f9f0aaa96f979ca826403e3
https://github.com/llvm/llvm-project/commit/d46ea783e6fad5d92f9f0aaa96f979ca826403e3
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M lldb/unittests/Instruction/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list