Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objcopy] Allow strip symtab in executables and DSOs | Eugene Leviant | 2019-07-23 | 1 | -0/+21 |
| | | | | | | | Re-commit of the patch after addressing -Wl,--emit-relocs case. Differential revision: https://reviews.llvm.org/D61672 llvm-svn: 366787 | ||||
* | Revert [llvm-objcopy] Allow strip symtab from executables and DSOs | Jordan Rupprecht | 2019-07-10 | 1 | -21/+0 |
| | | | | | | | | | | | | | This reverts r365193 (git commit 194f16b3548bcb23a7f0fd638778ed72edd18d37) This patch doesn't work with binaries built w/ `--emit-relocs`, e.g. ``` $ echo 'int main() { return 0; }' | clang -Wl,--emit-relocs -x c - -o foo && llvm-objcopy --strip-unneeded foo llvm-objcopy: error: 'foo': not stripping symbol '__gmon_start__' because it is named in a relocation ``` llvm-svn: 365712 | ||||
* | [llvm-objcopy] Allow strip symtab from executables and DSOs | Eugene Leviant | 2019-07-05 | 1 | -0/+21 |
Differential revision: https://reviews.llvm.org/D61672 llvm-svn: 365193 |