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.
Details
Details
Diff Detail
Diff Detail
Differential D38666
Add constructor with cl::Option argument for FilteredPassNameParser kaniandr on Oct 7 2017, 6:59 AM. Authored by
Details
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 |