mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)
This property was previously used by the test suite.
This commit is contained in:
@@ -117,10 +117,6 @@ get_debugserver_codesign_identity(debugserver_codesign_identity)
|
||||
# Override locally, so the identity is used for targets created in this scope.
|
||||
set(LLVM_CODESIGNING_IDENTITY ${debugserver_codesign_identity})
|
||||
|
||||
# Use the same identity later in the test suite.
|
||||
set_property(GLOBAL PROPERTY
|
||||
LLDB_DEBUGSERVER_CODESIGN_IDENTITY ${debugserver_codesign_identity})
|
||||
|
||||
if(APPLE)
|
||||
set(LIBCOMPRESSION compression)
|
||||
if(APPLE_EMBEDDED)
|
||||
|
||||
Reference in New Issue
Block a user