This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Please could you review my patches to add Cortex-A72 support to Clang.
ClosedPublic

Authored by rs on Feb 4 2015, 4:27 AM.

Details

Reviewers
rengolin
Summary

The patches teach the Clang driver to accept Cortex-A72 as a cpu.

Tests for Cortex-A72 are also added.

Diff Detail

Event Timeline

rs updated this revision to Diff 19313.Feb 4 2015, 4:27 AM
rs retitled this revision from to [Clang] Please could you review my patches to add Cortex-A72 support to Clang..
rs updated this object.
rs edited the test plan for this revision. (Show Details)
rs added a subscriber: Unknown Object (MLST).
rengolin accepted this revision.Feb 4 2015, 5:02 AM
rengolin added a reviewer: rengolin.
rengolin added a subscriber: rengolin.

LGTM. Do we have a counterpart in LLVM to recognise the CPU name?

cheers,
--renato

This revision is now accepted and ready to land.Feb 4 2015, 5:02 AM
rs added a comment.Feb 4 2015, 5:08 AM

LGTM. Do we have a counterpart in LLVM to recognise the CPU name?

cheers,
--renato

Thanks for the review Renato. yes the LLVM review is at this link http://reviews.llvm.org/D7403

rengolin closed this revision.Feb 4 2015, 5:33 AM

r228141