[PATCH] D57517: [llvm-objcopy] Allow using regex in name comparison
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 01:04:20 PST 2019
evgeny777 added a comment.
> Are there any users of this feature/is it useful?
One of such users is myself. I'm using it to strip specific classes (with all methods and data) from relocatable objects and then execute those object files on memory tight embedded platform using OrcJIT. This is pretty specific use case though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57517/new/
https://reviews.llvm.org/D57517
More information about the llvm-commits
mailing list