This is an archive of the discontinued LLVM Phabricator instance.

Fix typo in Clang test arm-cortex-cpus.c
ClosedPublic

Authored by enefaim on Oct 16 2014, 6:05 AM.

Details

Summary

There is a typo in Driver/arm-cortex-cpus.c using 'armv' as target instead of 'arm'.

Diff Detail

Event Timeline

enefaim updated this revision to Diff 15014.Oct 16 2014, 6:05 AM
enefaim retitled this revision from to Fix typo in Clang test arm-cortex-cpus.c.
enefaim updated this object.
enefaim edited the test plan for this revision. (Show Details)
enefaim added reviewers: bogden, rengolin.
enefaim added subscribers: Unknown Object (MLST), Unknown Object (MLST).

I am working on a patch that accepts only existing subtarget names in the triple.
Right now every string that starts with armv, armebv, thumbv or thumbebv is accepted.
This test failed with my work-in-progress patch.

jmolloy accepted this revision.Oct 16 2014, 8:05 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

LGTM!

This revision is now accepted and ready to land.Oct 16 2014, 8:05 AM

Hi James,
Thanks for the review. Could you land the patch for me?
I don't have commit rights.

rengolin closed this revision.Oct 22 2014, 7:01 AM