Skip to content

PowerPC backend test failures on linux #1106

@lattner

Description

@lattner
Bugzilla Link 734
Resolution FIXED
Resolved on Feb 22, 2010 12:54
Version trunk
OS All

Extended Description

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

Metadata

Metadata

Assignees

Labels

backend:PowerPCbugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] instead

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions