[LLVMbugs] [Bug 15582] New: test/CodeGen/ARM/a15.ll missing -march
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 25 00:39:10 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15582
Bug ID: 15582
Summary: test/CodeGen/ARM/a15.ll missing -march
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: jiwang at tilera.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10235
--> http://llvm.org/bugs/attachment.cgi?id=10235&action=edit
add -march=arm
test/CodeGen/ARM/a15.ll missing -march=arm
when I run regression test on TILE-Gx silicon, this failed, because it's
missing -march=arm, crashed in VLIW schduler.
on X86, this passed, because the warning
'cortex-a15' is not a recognized processor for this target (ignoring processor)
is ignored.
--
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/20130325/5634b487/attachment.html>
More information about the llvm-bugs
mailing list