[PATCH] D80099: [llvm-objcopy][MachO] Add support for removing Swift symbols
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 11:56:36 PDT 2020
alexshap added a comment.
@MaskRay - if i'm not mistaken for dynamic libraries the maximum level of stripping is usually -x (or -x -T), also for executables it's frequently used without any options at all (e.g. `strip main.exe`).
Also note that we reached a functional state for some non-trivial transformations (in llvm-objcopy) relatively recently (~weeks ago from now) .
Yeah, given the discrepancies it looks like we'll have to solve this problem soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80099/new/
https://reviews.llvm.org/D80099
More information about the llvm-commits
mailing list