[Lldb-commits] [lldb] Revert "[lldb/test] Codesign executables built with custom Makefile rules" (PR #190398)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 3 13:26:30 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
<details>
<summary>Changes</summary>
Reverts llvm/llvm-project#<!-- -->189902 because this seems to cause hangs.
---
Full diff: https://github.com/llvm/llvm-project/pull/190398.diff
1 Files Affected:
- (modified) lldb/packages/Python/lldbsuite/test/make/Makefile.rules (-7)
``````````diff
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)
``````````
</details>
https://github.com/llvm/llvm-project/pull/190398
More information about the lldb-commits
mailing list