This is an archive of the discontinued LLVM Phabricator instance.

Eliminate Sphinx warnings from Tablegen/LangRef.rst
AbandonedPublic

Authored by Paul-C-Anagnostopoulos on Aug 12 2020, 1:14 PM.

Details

Summary

The TableGen Language Reference document uses the SimpleValue production 10 times. This generates 9 warnings from Sphinx about duplicate production names. I fixed this by appending suffixes "2", "3", etc., to the production names, making them unique.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
Paul-C-Anagnostopoulos requested review of this revision.Aug 12 2020, 1:14 PM
This revision is now accepted and ready to land.Aug 17 2020, 11:25 AM

LGTM

Thanks! May I impose upon you to commit this patch?