This is an archive of the discontinued LLVM Phabricator instance.

Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
ClosedPublic

Authored by aturetsk on Jun 23 2016, 4:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aturetsk updated this revision to Diff 61662.Jun 23 2016, 4:19 AM
aturetsk retitled this revision from to Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC..
aturetsk updated this object.
aturetsk added a reviewer: bruno.
aturetsk added a subscriber: cfe-commits.

Hi Bruno,
As you suggested I changed -miamcu/-mno-iamcu handling code to use hasFlag.

bruno accepted this revision.Jun 28 2016, 10:43 AM
bruno edited edge metadata.

Cool, thanks! LGTM

This revision is now accepted and ready to land.Jun 28 2016, 10:43 AM
This revision was automatically updated to reflect the committed changes.