commit | 4af28e46ca8db0a0abc76a613871972597e48e5c | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Mon Dec 10 09:07:30 2018 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Mon Dec 10 09:07:30 2018 +0000 |
tree | 84a7a5b9d4b6f5d8f4cebb894f5d0dd4303e601b | |
parent | 50bd2ec19818fd41feb310467b660a4e52db6dd6 [diff] |
[LLD][ELF] - Support discarding .dynstr section. This is a part of https://bugs.llvm.org/show_bug.cgi?id=39810. The patch allows discarding the .dynstr section using linker script. Differential revision: https://reviews.llvm.org/D55215 llvm-svn: 348746