[Lldb-commits] [PATCH] D55013: [CMake] Streamline code signing for debugserver #2

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 10 07:55:35 PST 2018


labath accepted this revision.
labath added a comment.

This looks much better. Thanks.



================
Comment at: tools/debugserver/source/CMakeLists.txt:104
+if(LLDB_CODESIGN_IDENTITY)
+  set(LLDB_CODESIGN_IDENTITY_USED ${LLDB_CODESIGN_IDENTITY} CACHE STRING "" FORCE)
+elseif(LLVM_CODESIGNING_IDENTITY)
----------------
Could you also mark this as internal, to avoid it showing up in the GUIs and such.


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

https://reviews.llvm.org/D55013





More information about the lldb-commits mailing list