[PATCH] D94387: Add new LLVMComponents CMake module.

Stella Laurenzo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 00:02:50 PST 2021


stellaraccident created this revision.
Herald added subscribers: rriddle, mgorny.
stellaraccident requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer.
Herald added a project: LLVM.

- Ultimately will obviate the need for llvm_add_library and its derivitives.
- This is non functional at head, but I have a private branch where I have all LLVM/MLIR tests passing with pragmatic patches to AddLLVM.cmake and LLVM-Config.cmake (and some lists).
- Goal is to land this and continue iterating on more principled cleanup to the other parts until things are close enough to switch to this facility.
- There are still some llvm_add_library features missing here. They will be added as things progress.
- As discussed in RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-January/147567.html


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94387

Files:
  llvm/cmake/modules/LLVMComponents.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94387.315712.patch
Type: text/x-patch
Size: 20565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210111/3f975ab9/attachment-0001.bin>


More information about the llvm-commits mailing list