[llvm-bugs] [Bug 28647] New: Support of thumb2's modified immediate assembly syntax is incomplete
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 21 12:15:58 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28647
Bug ID: 28647
Summary: Support of thumb2's modified immediate assembly syntax
is incomplete
Product: libraries
Version: trunk
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Target Description Classes
Assignee: unassignedbugs at nondot.org
Reporter: laszio at google.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
$ llvm-mc -triple=armv7a-linux-gnueabi -o test.o test.s
test.s:7:12: error: invalid operand for instruction
sub r3,r3,#.L1-.L2
@@@ test.s @@@
.text
.syntax unified
.thumb
.arch armv7-a
.L1:
sub r3,r3,#.L1-.L2
.L2:
--
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/20160721/68ab88b2/attachment-0001.html>
More information about the llvm-bugs
mailing list