This is an archive of the discontinued LLVM Phabricator instance.

Add constructor with cl::Option argument for FilteredPassNameParser
Needs ReviewPublic

Authored by kaniandr on Oct 7 2017, 6:59 AM.

Details

Summary

This fixes problem when using FilteredPassNameParser. It inherits PassNameParser which has no default constructor. However, PassNameParser has constructor with one argument (cl::Option) which can be used.

Diff Detail

Event Timeline

kaniandr created this revision.Oct 7 2017, 6:59 AM
alexfh removed a reviewer: alexfh.Mar 2 2018, 7:53 AM
alexfh added reviewers: chandlerc, craig.topper, beanz.
dexonsmith resigned from this revision.May 15 2018, 12:45 PM