On Sat, 2019-12-07 at 07:40 -0700, Jeff Law wrote:
> On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote:
> > This patch provides a plugin callback for invoking selftests, so
> > that
> > a
> > plugin can add tests to those run by -fself-test=DIR. The callback
> > invocation uses invoke_plugin_
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote:
> This patch provides a plugin callback for invoking selftests, so that
> a
> plugin can add tests to those run by -fself-test=DIR. The callback
> invocation uses invoke_plugin_callbacks, which is a no-op if plugin
> support is disabled.
>
>
This patch provides a plugin callback for invoking selftests, so that a
plugin can add tests to those run by -fself-test=DIR. The callback
invocation uses invoke_plugin_callbacks, which is a no-op if plugin
support is disabled.
gcc/ChangeLog:
* plugin.c (register_callback): Add case for P