[PATCH] D108120: [lld] Add CMake options to disable individual linkers

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 15:15:05 PDT 2021


dim added a comment.

It's mostly about shaving off quite a bit of build time, if you can skip all the formats that you never use. The size reduction is also nice, but is not really the essential part.

(I would compare this more to e.g. the LLVM_TARGETS_TO_BUILD list, which allows you to select only the architectures you're interested in, saving you lots of build time in many cases.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108120/new/

https://reviews.llvm.org/D108120



More information about the llvm-commits mailing list