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

Reply via email to