Re: [PATCH v2] Extract a common logger the analyzer framework

2021-06-14 Thread David Malcolm via Gcc-patches
On Mon, 2021-03-08 at 11:04 -0700, Philip Herron wrote: "Extract a common logger from the analyzer framework", surely? > In development of the Rust FE logging is useful in debugging. Instead > of > rolling our own logger it became clear the loggers part of analyzer >

[PATCH v2] Extract a common logger the analyzer framework

2021-03-08 Thread Philip Herron
In development of the Rust FE logging is useful in debugging. Instead of rolling our own logger it became clear the loggers part of analyzer and jit projects could be extracted and made generic so they could be reused in other projects. To test this patch make check-jit was invoked, for analyzer t