[PATCH] D58173: [llvm-objcopy] Add --set-start, --change-start, --adjust-start

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 09:43:17 PST 2019


jakehehrlich added a comment.

1. What's the use case for this?
2. What's the interaction for program headers?

For relocatable files I'd expect addresses to be ignored and for program headers I'd like to put more thought into this. In general, I'd like to take a stance that we not implement flags that we don't have a use case for.


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

https://reviews.llvm.org/D58173





More information about the llvm-commits mailing list