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