[LLVMbugs] [Bug 23930] New: llvm-nm shows more symbols than nm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 23 13:18:14 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23930
Bug ID: 23930
Summary: llvm-nm shows more symbols than nm
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
On ARM:
$ cat test.s
.section .foobar,"",%progbits
.asciz "foo"
$ llvm-mc test.s -o test.o -filetype=obj -triple=armv7-pc-linux
$ llvm-nm test.o
00000000 ? $d.0
$ nm test.o
<nothing>
--
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/20150623/a05adb21/attachment.html>
More information about the llvm-bugs
mailing list