Implement -id option for install-name-tool. Differences from cctool's
behavior:
- Does NOT throw an error if multiple -id options are specified. Instead, picks the last one.
- Throws an error in case empty id is specified.
Differential D82410
[llvm-install-name-tool] Add -id option sameerarora101 on Jun 23 2020, 2:03 PM. Authored by
Details Implement -id option for install-name-tool. Differences from cctool's
Diff Detail
Event Timeline
Comment Actions LGTM, with one suggestion in the test.
|