[PATCH] D69146: [install-name-tool] Add first bits for install-name-tool

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 17:24:06 PDT 2019


mtrent added a comment.

Would it be possible to add a test that shows llvm-objcopy returning an error if the load command array does not fit in the space between the original end-of-load commands and the start of text sections? Such as a situation where a short dylib path is being replaced with a long one, when -headerpad_max_install_names is not specified.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69146/new/

https://reviews.llvm.org/D69146





More information about the llvm-commits mailing list