[Lldb-commits] [PATCH] D65566: [lldb][CMake] Workaround debugserver code-signing issue in generated Xcode project
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 1 02:38:06 PDT 2019
sgraenitz marked an inline comment as done.
sgraenitz added a comment.
Checked with:
> xcodebuild -configuration Release -target debugserver
> codesign -dv Release/bin/LLDB.framework/Versions/A/Resources/debugserver
> codesign -dv Release/bin/debugserver
================
Comment at: lldb/tools/debugserver/source/CMakeLists.txt:233
+ env CODESIGN_ALLOCATE=${CMAKE_CODESIGN_ALLOCATE}
+ xcrun codesign -f -s ${debugserver_codesign_identity}
+ ${pass_entitlements} ${copy_location}
----------------
This forces code-signing and may cause double-signing warnings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65566/new/
https://reviews.llvm.org/D65566
More information about the lldb-commits
mailing list