[all-commits] [llvm/llvm-project] a7db68: Renovate CMake files in the `llvm-exegesis` tool.
Jameson Nash via All-commits
all-commits at lists.llvm.org
Wed Feb 10 11:25:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7db680183825d95fb3315a711c47deabe3ac925
https://github.com/llvm/llvm-project/commit/a7db680183825d95fb3315a711c47deabe3ac925
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/tools/llvm-exegesis/CMakeLists.txt
M llvm/tools/llvm-exegesis/lib/AArch64/CMakeLists.txt
M llvm/tools/llvm-exegesis/lib/CMakeLists.txt
M llvm/tools/llvm-exegesis/lib/Mips/CMakeLists.txt
M llvm/tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt
M llvm/tools/llvm-exegesis/lib/X86/CMakeLists.txt
M llvm/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
M llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
M llvm/utils/TableGen/GlobalISel/CMakeLists.txt
Log Message:
-----------
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
More information about the All-commits
mailing list