On Tue, Jan 29, 2019 at 11:37 AM Andrew Stubbs <a...@codesourcery.com> wrote:
>
> My recent patch to permit GCN testing using an LLVM assembler and linker
> has caused some noise in the log files for libgomp testing.
>
> There are lots of messages like this:
>
>    fatal error: GCC is not configured to support amdgcn-unknown-amdhsa as
>    offload target
>
> These messages are harmless; they're caused by
> check_effective_target_offload_gcn discovering the answer is "no".
> However, there's more noise than I intended.
>
> This patch adds caching so that the message will only occur once per
> test run.
>
> OK to commit?

OK.

> Also, is there a way to redirect the output so that the message does not
> show up at all, unless the verbosity level is raised?
>
> Thanks
>
> Andrew

Reply via email to