This is an archive of the discontinued LLVM Phabricator instance.

Fix argument numbering in OPTION macro
ClosedPublic

Authored by sbc100 on Jun 20 2017, 12:14 PM.

Details

Summary

The option numbers in the macro were off by one which
leads to some confusion. There are actually 12 arguments
to this macro.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jun 20 2017, 12:14 PM
sbc100 retitled this revision from Fix argument numbersing in OPTION macro to Fix argument numbering in OPTION macro.Jun 20 2017, 12:15 PM
sbc100 added a reviewer: ruiu.
ruiu accepted this revision.Jun 20 2017, 12:16 PM

LGTM. Thank you for fixing this!

This revision is now accepted and ready to land.Jun 20 2017, 12:16 PM
This revision was automatically updated to reflect the committed changes.