This is an archive of the discontinued LLVM Phabricator instance.

Merge similar target diagnostics for interrupt attribute into one. NFC
ClosedPublic

Authored by krisb on Jan 21 2019, 4:18 AM.

Details

Reviewers
asl
aaron.ballman

Diff Detail

Event Timeline

krisb created this revision.Jan 21 2019, 4:18 AM
aaron.ballman accepted this revision.Jan 21 2019, 8:29 AM

LGTM aside from a commenting nit, thank you for the cleanup!

lib/Sema/SemaDeclAttr.cpp
5620

Comment should probably be MIPS instead (same below).

This revision is now accepted and ready to land.Jan 21 2019, 8:29 AM
krisb updated this revision to Diff 182852.Jan 22 2019, 12:11 AM

Applied the comment.

@aaron.ballman Thanks! Could I ask you to commit the patch? I don't have commit access yet.

@aaron.ballman Thanks! Could I ask you to commit the patch? I don't have commit access yet.

Happy to do so -- just to double-check: are you aware of the recent relicensing of the project and intending to contribute under the new license?

krisb added a comment.Jan 23 2019, 7:28 AM

@aaron.ballman yes and yes. Thanks!

I've commit in r351969, thank you for the patch!