http://llvm.org/bugs/show_bug.cgi?id=22275

            Bug ID: 22275
           Summary: ELF writer corrupts symbol names
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

$ cat test.ll
define void @"@@@"() {
  ret void
$ llc -filetype=obj test.ll -o test.o
$ llvm-nm test.o
0000000000000000 T @@

-- 
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