[LLVMbugs] [Bug 1546] NEW: PowerPC tests failing on Solaris
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jul 9 07:08:13 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1546
Summary: PowerPC tests failing on Solaris
Product: Test Suite
Version: trunk
Platform: Sun
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ggreif at gmail.com
(Other non-Solaris targets also fail)
Here is a typical error message:
FAIL: /home/ggreif/llvm/test/CodeGen/PowerPC/compare-duplicate.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/ggreif/llvm/test/CodeGen/PowerPC/compare-duplicate.ll | llc | not grep slwi
llc: error auto-selecting target for module 'Cannot choose between targets "c"
and "msil"'. Please use the -march option to explicitly pick a target.
And another:
FAIL: /home/ggreif/llvm/test/CodeGen/PowerPC/darwin-labels.ll
Failed with exit(1) at line 1
while running: llvm-upgrade <
/home/ggreif/llvm/test/CodeGen/PowerPC/darwin-labels.ll | llvm-as | llc | grep
{foo bar":}
llc: error auto-selecting target for module 'Cannot choose between targets
"sparc" and "ppc32"'. Please use the -march option to explicitly pick a target.
My impression is that explicit target triples must be added.
If somebody describes the system how to do it, I can try to do this.
------- 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