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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to