[LLVMbugs] [Bug 11029] New: llc internal error for ARM target
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 28 02:33:13 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=11029
Summary: llc internal error for ARM target
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: babslachem at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=7368)
--> (http://llvm.org/bugs/attachment.cgi?id=7368)
ll file to reproduce problem
When trying attached example using following command line, llc emit an internal
error for ARM target but doesn't for x86.
Command to use:
- For ARM:
llc v3.ll -march=arm -mcpu=cortex-a9 -mattr=+neon,+neonfp -relocation-model=pic
-o v3.so
- For x86:
llc v3.ll -march=x86 -relocation-model=pic -o v3.so
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list