Skip to content

Commit 3851558

Browse files
committed
[lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)
This property was previously used by the test suite.
1 parent 911055e commit 3851558

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ get_debugserver_codesign_identity(debugserver_codesign_identity)
117117
# Override locally, so the identity is used for targets created in this scope.
118118
set(LLVM_CODESIGNING_IDENTITY ${debugserver_codesign_identity})
119119

120-
# Use the same identity later in the test suite.
121-
set_property(GLOBAL PROPERTY
122-
LLDB_DEBUGSERVER_CODESIGN_IDENTITY ${debugserver_codesign_identity})
123-
124120
if(APPLE)
125121
set(LIBCOMPRESSION compression)
126122
if(APPLE_EMBEDDED)

0 commit comments

Comments
 (0)