[LLVMbugs] [Bug 22275] New: ELF writer corrupts symbol names
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Jan 20 14:01:41 PST 2015
    
    
  
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: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150120/8efff00a/attachment.html>
    
    
More information about the llvm-bugs
mailing list