[llvm-bugs] [Bug 31280] New: .section ... @progbits not accepted on arm/thumb
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 5 13:52:14 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31280
Bug ID: 31280
Summary: .section ... @progbits not accepted on arm/thumb
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: eugeni.stepanov at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
$ cat 2.s
.section .zzz, "ax", @progbits
$ ./bin/llvm-mc -arch arm 2.s
.text
2.s:1:23: error: expected '@<type>', '%<type>' or "<type>"
.section .zzz, "ax", @progbits
$ ./bin/llvm-mc -arch x86 2.s
.text
.section .zzz,"ax", at progbits
--
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/20161205/2be3da18/attachment.html>
More information about the llvm-bugs
mailing list