[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 16:56:28 PDT 2020
kastiglione created this revision.
kastiglione added a reviewer: JDevlieghere.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
kastiglione requested review of this revision.
Add `LLVM_EXTERNALIZE_DEBUGINFO` to CMake.rst. This should help make dSYM
generation more discoverable.
Repository:
rG LLVM Github Monorepo
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.291478.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200913/73318fbf/attachment.bin>
More information about the llvm-commits
mailing list