[llvm] 6e42cad - [docs] Document LLVM_EXTERNALIZE_DEBUGINFO CMake option

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


Author: Dave Lee
Date: 2020-09-13T21:39:27-07:00
New Revision: 6e42cadf106ccdc7759dd8af113ecf797220de47

URL: https://github.com/llvm/llvm-project/commit/6e42cadf106ccdc7759dd8af113ecf797220de47
DIFF: https://github.com/llvm/llvm-project/commit/6e42cadf106ccdc7759dd8af113ecf797220de47.diff

LOG: [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

Added: 
    

Modified: 
    llvm/docs/CMake.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 96994dbd8fda..5a73b7d45211 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -461,6 +461,10 @@ LLVM-specific variables
 **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


        


More information about the llvm-commits mailing list