aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-01-26 20:37:44 -0800
committerGitHub <noreply@github.com>2024-01-26 20:37:44 -0800
commit75952873036fc9989fcf12c526d1a2deaeef596a (patch)
tree87d1cc9cceba42ec1d3d3ffba1f24cd87eca51d3 /lldb/packages/Python/lldbsuite/test/dotest.py
parent701ec45f2fc026d97c3a6262ea0ae6ba6734b304 (diff)
downloadllvm-75952873036fc9989fcf12c526d1a2deaeef596a.zip
llvm-75952873036fc9989fcf12c526d1a2deaeef596a.tar.gz
llvm-75952873036fc9989fcf12c526d1a2deaeef596a.tar.bz2
[lldb] Remove obsolete signBinary helper (#79656)
On Darwin, the Makefile already (ad-hoc) signs everything it builds. There's also no need to use lldb_codesign for this.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index a639714..4393e0c 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -442,8 +442,6 @@ def parseOptionsAndInitTestdirs():
os.path.realpath(os.path.abspath(x)) for x in args.args
]
- lldbtest_config.codesign_identity = args.codesign_identity
-
def registerFaulthandler():
try: