[PATCH] D68556: Document `LLVM_USE_SPLIT_DWARF` option

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 18:16:43 PDT 2021


dblaikie added inline comments.


================
Comment at: llvm/docs/CMake.rst:625
+  reduces link-time meory usage by reducing the amount of debug information that
+  the linker needs to resolve. It is recommended for use on Linux systems when
+  linker memory usage is too high.
----------------
aprantl wrote:
> should this be: `platforms using the ELF object format, like Linux`
> I suppose this also works on FreeBSD?
Should do, yeah - though I've not tried it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68556



More information about the llvm-commits mailing list