[LLVMbugs] [Bug 20152] New: Alias linkage not respected in object file

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jun 28 03:28:37 PDT 2014


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

            Bug ID: 20152
           Summary: Alias linkage not respected in object file
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

consider:
@vftable_data = private unnamed_addr constant i32 0
@vftable = alias internal i32* @vftable_data

$ ~/llvm/build/bin/llc -mtriple i386-pc-win32 t.ll -filetype=obj -o t.obj
$ ~/llvm/build/bin/llvm-nm t.obj
00000000 b .bss
00000000 d .data
00000000 r .rdata
00000000 t .text
00000001 a @feat.00

I would expect to see a IMAGE_SYM_CLASS_STATIC symbol here.

-- 
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/20140628/a00492b3/attachment.html>


More information about the llvm-bugs mailing list