[all-commits] [llvm/llvm-project] 54953b: Handle vendor string in match for clang version st...

Dave Bartolomeo via All-commits all-commits at lists.llvm.org
Wed Jun 25 03:44:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54953b922d114de5a539f32071650d9a8ab6d78c
      https://github.com/llvm/llvm-project/commit/54953b922d114de5a539f32071650d9a8ab6d78c
  Author: Dave Bartolomeo <dave_bartolomeo at apple.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M clang/test/CodeGen/pragma-comment.c

  Log Message:
  -----------
  Handle vendor string in match for clang version string (#145612)

#145455 failed to account for the optional "vendor string" that precedes
the `clang version` in the Clang version string metadata. I just updated
it to use a regex to allow arbitrary content before the `clang version`.
Tested this both with and without a vendor string, and it seems to work
as expected.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list