[llvm-branch-commits] [lldb] 1003a8d - Revert "[lldb/test] Codesign executables built with custom Makefile rules (#1…"
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 3 13:25:36 PDT 2026
Author: Jonas Devlieghere
Date: 2026-04-03T13:25:32-07:00
New Revision: 1003a8d0adbe9e0d8fe50ec339e68ff8df097242
URL: https://github.com/llvm/llvm-project/commit/1003a8d0adbe9e0d8fe50ec339e68ff8df097242
DIFF: https://github.com/llvm/llvm-project/commit/1003a8d0adbe9e0d8fe50ec339e68ff8df097242.diff
LOG: Revert "[lldb/test] Codesign executables built with custom Makefile rules (#1…"
This reverts commit 478a6abc0ceea812c9486d13fda4afbe876c670f.
Added:
Modified:
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Removed:
################################################################################
diff --git a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
index f8df9a7e192f2..f7f6e48f71e55 100644
--- a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
+++ b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -728,13 +728,6 @@ include $(wildcard $(PREREQS) $(DYLIB_PREREQS))
.PHONY: clean
dsym: $(DSYM)
all: $(EXE) $(DSYM)
-ifneq "$(CODESIGN)" ""
- @for bin in $(EXE) a.out; do \
- if [ -n "$$bin" ] && [ -f "$$bin" ]; then \
- $(CODESIGN) -s -f - "$$bin" 2>/dev/null || true; \
- fi; \
- done
-endif
clean::
ifeq "$(findstring lldb-test-build.noindex, $(BUILDDIR))" ""
$(error Trying to invoke the clean rule, but not using the default build tree layout)
More information about the llvm-branch-commits
mailing list