[Lldb-commits] [PATCH] D63745: [CMake] Check that a certificate for lldb is present at build time.
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jun 24 23:45:44 PDT 2019
    
    
  
labath added a comment.
This code should go to `tools/debugserver/source/CMakeLists.txt` so that it is next to the code which performs the actual code signing. Doing that will make it easier to keep it in sync with changes to code signing, as well as make it obvious that it is not in sync with them right now (there's a pretty complex interaction of various cmake options (LLDB_CODESIGN_IDENTITY, LLVM_CODESIGNING_IDENTITY, LLDB_USE_SYSTEM_DEBUGSERVER, etc.) which affects code signing, and this code is ignoring all of those)...
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63745/new/
https://reviews.llvm.org/D63745
    
    
More information about the lldb-commits
mailing list