Renovate CMake files in the `llvm-exegesis` tool.
authorJameson Nash <vtjnash@gmail.com>
Wed, 10 Feb 2021 18:31:42 +0000 (13:31 -0500)
committerJameson Nash <vtjnash@gmail.com>
Wed, 10 Feb 2021 19:22:55 +0000 (14:22 -0500)
commita7db680183825d95fb3315a711c47deabe3ac925
treeb4864accafa71ffd63ddc7119940aaab55f3d0bb
parent5d960cba34682d0d4e0cd56837131888eb647c62
Renovate CMake files in the `llvm-exegesis` tool.

This attempts to move all tools over to using `add_llvm_library` for
better consistency. After doing this, I noticed it ended up as nearly a
reimplementation of https://reviews.llvm.org/rL342148, which later got
reverted in r342336 (b09a8c9bd9b819741b38071a7ccd95042ef2643a).

With ccache and ninja on a large core machine (40), I haven't run into
build errors, so I'm hopeful it's better now, though it doesn't seem to
be any different / new.

Reviewed By: stephenneuendorffer

Differential Revision: https://reviews.llvm.org/D90970
llvm/tools/llvm-exegesis/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/AArch64/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/Mips/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/X86/CMakeLists.txt
llvm/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
llvm/utils/TableGen/GlobalISel/CMakeLists.txt