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

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 12:22:57 PDT 2021


dim accepted this revision.
dim added a comment.
This revision is now accepted and ready to land.

Indeed in the FreeBSD base system we only build the ELF part and patch `lldMain` to stub out the rest, see https://github.com/freebsd/freebsd-src/commit/59948e95d8deadafca3acd659b6dfc78b708f117

But this is nicer to have, and can save you some time when using the CMake build.


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