Skip to content

Commit 6e42cad

Browse files
committed
[docs] Document LLVM_EXTERNALIZE_DEBUGINFO CMake option
Add `LLVM_EXTERNALIZE_DEBUGINFO` to CMake.rst. This should help make dSYM generation more discoverable. Differential Revision: https://reviews.llvm.org/D87591
1 parent 56b3339 commit 6e42cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/CMake.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ LLVM-specific variables
461461
**LLVM_PARALLEL_LINK_JOBS**:STRING
462462
Define the maximum number of concurrent link jobs.
463463

464+
**LLVM_EXTERNALIZE_DEBUGINFO**:BOOL
465+
Generate dSYM files and strip executables and libraries (Darwin Only).
466+
Defaults to OFF.
467+
464468
**LLVM_USE_CRT_{target}**:STRING
465469
On Windows, tells which version of the C runtime library (CRT) should be used.
466470
For example, -DLLVM_USE_CRT_RELEASE=MT would statically link the CRT into the

0 commit comments

Comments
 (0)