This is an archive of the discontinued LLVM Phabricator instance.

TableGen: Explicitly forbid self-references to field members
ClosedPublic

Authored by nhaehnle on Mar 14 2018, 8:24 AM.

Details

Summary

Otherwise, patterns like in the test case produce cryptic error
messages about fields being resolved incompletely.

Change-Id: I713c0191f00fe140ad698675803ab1f8823dc5bd

Diff Detail

Repository
rL LLVM

Event Timeline

nhaehnle created this revision.Mar 14 2018, 8:24 AM
tra accepted this revision.Mar 14 2018, 11:44 AM
This revision is now accepted and ready to land.Mar 14 2018, 11:44 AM
This revision was automatically updated to reflect the committed changes.