From: Andrew Stubbs <ams@baylibre.com>
To: Tobias Burnus <tburnus@baylibre.com>,
gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [Patch] GCN: Fix --with-arch= handling in mkoffload [PR111966]
Date: Wed, 3 Apr 2024 11:20:31 +0100 [thread overview]
Message-ID: <8cb063a8-30f9-43db-83e8-be7379a8e03a@baylibre.com> (raw)
In-Reply-To: <5b635551-a171-4cc2-bf5e-a71070740b14@baylibre.com>
On 03/04/2024 10:05, Tobias Burnus wrote:
> This patch handles --with-arch= in GCN's mkoffload.cc
>
> While mkoffload mostly does not know this and passes it through to the
> GCN lto1 compiler,
> it writes an .o file with debug information - and here the -march= in
> the ELF flags must
> agree with the one in the other files. Hence, it uses now the
> --with-arch= config argument.
>
> Doing so, there is now a diagnostic if the -march= or --with-arch= is
> unknown. While the
> latter should be rejected at GCC compile time, the latter was not
> diagnosed in mkoffload
> but only later in GCN's compiler.
>
> But as there is now a fatal_error in mkoffload, which comes before the
> GCN-compiler call,
> the 'note:' which devices are available were lost. This has been
> reinstated by using
> the multilib settings. (That's not identical to the compiler supported
> flags the output
> is reasonable, arguable better or worse than lto1.)
>
> Advantage: The output is less cluttered than a later fail.
>
> To make mkoffload errors - and especially this one - more useful, it now
> also initializes
> the colorization / bold.
>
> OK for mainline?
OK. Thanks for fixing this.
Andrew
>
> * * *
>
> Example error:
>
> gcn mkoffload: error: unrecognized argument in option '-march=gfx1111'
> gcn mkoffload: note: valid arguments to '-march=' are: gfx906, gfx908,
> gfx90a, gfx1030, gfx1036, gfx1100, gfx1103
>
> where on my TERM=xterm-256color, 'gcn mkoffload:' and the quoted texts
> are in bold,
> 'error:' is red and 'note:' is cyan.
>
> Compared to cc1, the 'note:' lacks 'fiji', the list is separated by ', '
> instead of ' ', and cc1 has a "; did you mean 'gfx1100'?".
> And the program name is 'gcn mkoffload' instead of 'cc1'.
>
> Tobias
>
> PS: The generated multilib list could be later changed to be based on
> the gcn-.def file;
> or we just keep the multiconfig variant of this patch.
I think a .def file would be more future-proof if we ever have multilibs
for options other than -march, but this works for now.
Andrew
prev parent reply other threads:[~2024-04-03 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 9:05 Tobias Burnus
2024-04-03 10:20 ` Andrew Stubbs [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8cb063a8-30f9-43db-83e8-be7379a8e03a@baylibre.com \
--to=ams@baylibre.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=tburnus@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).