mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 14:46:06 +00:00

This diff adds a new "driver" for llvm-objcopy which is supposed to emulate the behavior of install-name-tool. This is a recommit of b5913e6 with ubsan, test dependencies issues fixed. Differential revision: https://reviews.llvm.org/D69146 Test plan: make check-all