[PATCH] D82613: [llvm-install-name-tool] Add -change option
Sameer Arora via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 17:29:38 PDT 2020
sameerarora101 marked 2 inline comments as done.
sameerarora101 added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/install-name-tool-change.test:1
+## This test checks updating a dependent shared library install name in a MachO binary.
+
----------------
NOTE: I have currently modeled `-change` option's behavior exactly as that of cctools. We thought it would be better to keep the same behavior in order to maintain consistency with the usage of the tools.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82613/new/
https://reviews.llvm.org/D82613
More information about the llvm-commits
mailing list