Without this patch, we'd always try to codesign the first argument in
the command line, which in some cases is not something we can codesign
(e.g. bash for some .sh.cpp tests).
Details
Details
- Reviewers
mstorsjo - Group Reviewers
Restricted Project - Commits
- rG232d3a3e4755: [libc++] Fix codesigning in run.py
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, but I guess it'd be good to mention somewhere in the commit message that this isn't a new "hack" (and I'm not sure I'd agree to even label it as a hack) but this just is a straight copy of the same code in ssh.py.