This is an archive of the discontinued LLVM Phabricator instance.

XCore target: add -march flag handling
AbandonedPublic

Authored by robertlytton on Apr 29 2014, 6:13 AM.

Details

Reviewers
friedgold
Summary

The -march setting needs to be passed to the assembler and linker if it is specified.
A default of "-march=xs1b" is used if it is not specified - or would you prefer not to emit it?

Diff Detail

Event Timeline

robertlytton retitled this revision from to XCore target: add -march flag handling.
robertlytton updated this object.
robertlytton edited the test plan for this revision. (Show Details)
robertlytton added a reviewer: friedgold.
robertlytton added a subscriber: Unknown Object (MLST).
robertlytton abandoned this revision.May 9 2014, 5:53 AM

Not yet... maybe another mechanism...