On Wed, 31 May 2017, Martin Liška wrote: > I added to common.opt: > Common RejectNegative Joined UInteger Var(flag_no_sanitize_fn) PerFunction > No sanitize flags for a function
This needs a period at the end ("for a function."). > FAIL: compiler driver --help=optimizers option(s): "^ +-.*[^:.]$" absent from > output: " -### No sanitize flags for a function" > > Should I add new flag IgnoreOption for the option? Adding the missing period should fix this failure. Alexander