Renovate CMake files in the `llvm-exegesis` tool.
authorJameson Nash <vtjnash@gmail.com>
Mon, 8 Feb 2021 23:03:23 +0000 (18:03 -0500)
committerJameson Nash <vtjnash@gmail.com>
Mon, 8 Feb 2021 23:06:07 +0000 (18:06 -0500)
commit549a1e2e59508d4aeaf9a93912b479798954bd5e
tree2823e088807566c8b62c3c709eb71d35c3c988ad
parenta5b07a221a5772c0d3733a0bc8ff0b57dd5705de
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/utils/TableGen/GlobalISel/CMakeLists.txt