[all-commits] [llvm/llvm-project] 478a6a: [lldb/test] Codesign executables built with custom...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Wed Apr 1 14:04:51 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 478a6abc0ceea812c9486d13fda4afbe876c670f
https://github.com/llvm/llvm-project/commit/478a6abc0ceea812c9486d13fda4afbe876c670f
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2026-04-01 (Wed, 01 Apr 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Log Message:
-----------
[lldb/test] Codesign executables built with custom Makefile rules (#189902)
Tests with custom a.out targets in their Makefile (i.e.
`TestBSDArchives.py`) bypass the standard Makefile.rules linking step
where `CODESIGN` is applied. This leaves the binary unsigned, causing
the process to get kill it on remote darwin devices.
This adds a codesigning step to the all target in Makefile.rules that
signs both $(EXE) and a.out if they exist. This ensures all test
binaries are signed regardless of how they were built.
rdar://173840592
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list