[PATCH] D61672: [llvm-objcopy] Allow strip symtab in executables and DSOs
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 15:03:40 PDT 2019
rupprecht added a comment.
I'm seeing an error pulling this into our toolchain when trying to copy some files:
llvm-objcopy [file] --strip-unneeded /tmp/foo
llvm-objcopy: error: '[file]': not stripping symbol '' because it is named in a relocation
Going to figure out what the issue is and submit a fix
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61672/new/
https://reviews.llvm.org/D61672
More information about the llvm-commits
mailing list