[LLVMbugs] [Bug 22890] New: .strtab and .symtab present when --strip-all is used
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Mar 12 15:06:55 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22890
Bug ID: 22890
Summary: .strtab and .symtab present when --strip-all is used
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: davide at freebsd.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This is from linking clang with lld:
Symbol table '.symtab' contains 1 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
Hex dump of section '.strtab':
0x00000000 00 .
lld should just not produce these sections if given --strip-all.
--
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/20150312/1060d76e/attachment.html>
More information about the llvm-bugs
mailing list