[PATCH] D87591: [docs] Document LLVM_EXTERNALIZE_DEBUGINFO CMake option

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 13 21:39:47 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e42cadf106c: [docs] Document LLVM_EXTERNALIZE_DEBUGINFO CMake option (authored by kastiglione).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87591

Files:
  llvm/docs/CMake.rst


Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -461,6 +461,10 @@
 **LLVM_PARALLEL_LINK_JOBS**:STRING
   Define the maximum number of concurrent link jobs.
 
+**LLVM_EXTERNALIZE_DEBUGINFO**:BOOL
+  Generate dSYM files and strip executables and libraries (Darwin Only).
+  Defaults to OFF.
+
 **LLVM_USE_CRT_{target}**:STRING
   On Windows, tells which version of the C runtime library (CRT) should be used.
   For example, -DLLVM_USE_CRT_RELEASE=MT would statically link the CRT into the


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87591.291488.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/25eb6f83/attachment.bin>


More information about the llvm-commits mailing list