[all-commits] [llvm/llvm-project] 759528: [lldb] Remove obsolete signBinary helper (#79656)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 26 20:37:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75952873036fc9989fcf12c526d1a2deaeef596a
https://github.com/llvm/llvm-project/commit/75952873036fc9989fcf12c526d1a2deaeef596a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/dotest_args.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/command-return-object/TestSBCommandReturnObject.py
M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
M lldb/test/API/api/multiple-targets/TestMultipleTargets.py
M lldb/test/API/api/multithreaded/TestMultithreaded.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list