[PATCH] D90970: Renovate CMake files in the `llvm-exegesis` tool.

Jameson Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 13:38:21 PST 2020


vtjnash created this revision.
Herald added subscribers: llvm-commits, oontvoo, mstojanovic, atanasyan, jrtc27, mgorny, nemanjai, sdardis.
Herald added a project: LLVM.
vtjnash requested review of this revision.
Herald added a subscriber: courbet.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90970

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90970.303537.patch
Type: text/x-patch
Size: 5288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/69aa6842/attachment.bin>


More information about the llvm-commits mailing list