[LLVMbugs] [Bug 15172] New: ARM ELF parser does not recognize .eabi_attribute
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 5 15:57:15 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15172
Bug ID: 15172
Summary: ARM ELF parser does not recognize .eabi_attribute
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: gregf at codeaurora.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
With target 'arm-linux-androideabi' or 'arm-none-linux-gnueabi', clang cannot
consume the ARM assembly it generates:
$ echo "void a(){}" | clang -x c -S - -o - | clang -x assembler -c -
-integrated-as
<stdin>:2:2: error: unknown directive
.eabi_attribute 6, 2
--
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/20130205/1fae38f1/attachment.html>
More information about the llvm-bugs
mailing list