-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
backend:PowerPCbugzillaIssues migrated from bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadUse [accepts-invalid] and [rejects-valid] instead
Description
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 bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadUse [accepts-invalid] and [rejects-valid] instead