[LLVMbugs] [Bug 19574] New: thumb symbols not marked as such on COFF

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 27 10:13:23 PDT 2014


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

            Bug ID: 19574
           Summary: thumb symbols not marked as such on COFF
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Given


    .text
    .syntax unified
    .file    "<stdin>"
    .globl    test
    .align    2
    .code    16                      @ @test
    .thumb_func
test:
    bx    lr


and 

./bin/llvm-mc ~/llvm/test.s -o test.o -triple=thumbv7-windows-itanium
-filetype=obj

the label test gets a value of 0, it should be 1.

-- 
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/20140427/804f657f/attachment.html>


More information about the llvm-bugs mailing list