Detail:
LD64 uses the name provided via -[dylib]install_name as "Identifier", when available.
For compatiblity, LLD should do that too.
Details
Details
- Reviewers
keith - Group Reviewers
Restricted Project - Commits
- rG642ffbbf38bb: [lld-macho]Use install_name as Identifier for code-sign, if available.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hey @keith ! Since you'd added support for the adhoc-codesign stuff, wanna have a quick review on this? TIA!
Comment Actions
Interestingly this one even takes precedent over -final_output if we ever implement that FIXME