[llvm-bugs] [Bug 41043] New: llvm-strip --strip-unneeded keeps .debug_* sections and removes .gnu_debuglink section.
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 12 08:09:10 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41043
Bug ID: 41043
Summary: llvm-strip --strip-unneeded keeps .debug_* sections
and removes .gnu_debuglink section.
Product: tools
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvm-strip
Assignee: unassignedbugs at nondot.org
Reporter: pawel_sikora at zoho.com
CC: llvm-bugs at lists.llvm.org
Hi,
the llvm-strip works little different than strip from binutils, e.g.:
- it removes .gnu_debuglink section
- it keeps .debug_* sections for --strip-unneeded option.
testcase attached.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190312/61610fd3/attachment.html>
More information about the llvm-bugs
mailing list