[PATCH] D69188: [llvm-objcopy] Preserve .ARM.attributes section when stripping files
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 12:50:03 PDT 2019
abrachet added a comment.
Seems like a hack, no? What about using `--keep-section` when you need it? You say its not strictly needed on modern systems and the problem is with the `dlopen` implementation of these older libcs, and not `llvm-objcopy`, so I would be hesitant to add something like this especially given we have a solution with `--keep-section` <https://llvm.org/docs/CommandGuide/llvm-objcopy.html#cmdoption-llvm-objcopy-keep-section>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69188/new/
https://reviews.llvm.org/D69188
More information about the llvm-commits
mailing list