Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 053f9e8029ff93d2bb530e010affab7e73608812
      
https://github.com/Perl/perl5/commit/053f9e8029ff93d2bb530e010affab7e73608812
  Author: Raul E Rangel <rran...@chromium.org>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M AUTHORS
    M hints/linux.sh

  Log Message:
  -----------
  hints/linux: Add additional expression when matching clang

Newer versions of clang actually print the distro before `clang` when
calling `$CC --version`. This changes fixes the regex so it can match
this new pattern.

i.e.,

        $ clang --version
        Debian clang version 14.0.6

        $ x86_64-pc-linux-gnu-clang --version
        Chromium OS 17.0_pre496208_p20230501-r1 clang version 17.0.0

Fixes #21099


Reply via email to