[Lldb-commits] [clang] [lldb] [llvm] [cmake] Build executables with -no_exported_symbols when building Apple toolchain (PR #87684)
Dan Liew via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 10:59:00 PDT 2024
================
@@ -673,6 +673,9 @@ option(LLVM_USE_OPROFILE
option(LLVM_EXTERNALIZE_DEBUGINFO
"Generate dSYM files and strip executables and libraries (Darwin Only)" OFF)
+option(LLVM_ENABLE_EXPORTED_SYMBOLS
----------------
danliew-apple wrote:
I'm fine with that. You could also do `LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES` which is ever so slightly shorter 🤷♂️
https://github.com/llvm/llvm-project/pull/87684
More information about the lldb-commits
mailing list