This is an archive of the discontinued LLVM Phabricator instance.

TargetParser does not handle armv7l in parseArchProfile()
ClosedPublic

Authored by labrinea on Jul 16 2015, 7:20 AM.

Details

Summary

ARM v7L is what chromebooks have. It matches the 'A' profile of ARM architecture. I realised this when working on TargetInfo and ACLE macros. Tests are intentionally not present in this patch. Should be tested by clang.

Diff Detail

Event Timeline

labrinea updated this revision to Diff 29902.Jul 16 2015, 7:20 AM
labrinea retitled this revision from to TargetParser does not handle armv7l in parseArchProfile().
labrinea updated this object.
rengolin accepted this revision.Jul 16 2015, 7:22 AM
rengolin edited edge metadata.
This revision is now accepted and ready to land.Jul 16 2015, 7:22 AM

That was fast! Thanks :)

rengolin closed this revision.Jul 16 2015, 9:42 AM

r242406