[PATCH] D68556: Document `LLVM_USE_SPLIT_DWARF` option

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 17:59:43 PDT 2021


aprantl added inline comments.


================
Comment at: llvm/docs/CMake.rst:624
+  If enabled CMake will pass ``-gsplit-dwarf`` to the compiler. This option
+  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
----------------
meory -> memory


================
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.
----------------
should this be: `platforms using the ELF object format, like Linux`
I suppose this also works on FreeBSD?


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