[PATCH] D145619: extend llvm variables for build flexibility

Onur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 15:05:37 PST 2023


ozkanonur created this revision.
ozkanonur added reviewers: int3, gkm, smeenai.
Herald added subscribers: JDevlieghere, hiraditya.
Herald added a project: All.
ozkanonur requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Currently we are using llvm as a submodule in Rust language and building it actively during the development or in CI pipelines. This change allows us to only include the libs/tools/utils we need which reduces the build time a lot for developers and CI pipelines. I believe this will be good for any other individual developers as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145619

Files:
  llvm/CMakeLists.txt
  llvm/docs/CMake.rst
  llvm/lib/CMakeLists.txt
  llvm/tools/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145619.503532.patch
Type: text/x-patch
Size: 6087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230308/e90e252a/attachment.bin>


More information about the llvm-commits mailing list