[LLVMbugs] [Bug 734] NEW: PowerPC backend test failures on linux
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Apr 12 14:17:45 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=734
Summary: PowerPC backend test failures on linux
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Backend: PowerPC
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Things like CodeGen/Generic/vector.ll are failing when run on linux. This is because they have an unusual
target triple, causing global addrs to be legalized strangely.
On triples we don't understand, we should default to static codegen or something. To reproduce:
llvm-as < vector.ll | llc -march=ppc32 -mcpu=g3 -mtriple=powerpc-a-b
This is needed for 1.7.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list