This is an archive of the discontinued LLVM Phabricator instance.

Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.inc
ClosedPublic

Authored by thakis on Apr 25 2018, 6:46 AM.

Details

Reviewers
rnk
Summary

Virtually all other tablegen outputs are called .inc, not .gen, so rename these two too for consistency.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Apr 25 2018, 6:46 AM
rnk accepted this revision.Apr 25 2018, 9:37 AM

lgtm

BTW if you want to optimize this part of the build, I filed some ideas here: https://bugs.llvm.org/show_bug.cgi?id=34259

This revision is now accepted and ready to land.Apr 25 2018, 9:37 AM
thakis closed this revision.Apr 25 2018, 10:11 AM

r330843, thanks!