diff options
author | Dave Bartolomeo <dave_bartolomeo@apple.com> | 2025-06-25 06:44:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 06:44:19 -0400 |
commit | 54953b922d114de5a539f32071650d9a8ab6d78c (patch) | |
tree | 27a468e990410facf90c9bf90e448ecee67036f3 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | 630d55cce45f8b409367914ef372047c8c43c511 (diff) | |
download | llvm-54953b922d114de5a539f32071650d9a8ab6d78c.zip llvm-54953b922d114de5a539f32071650d9a8ab6d78c.tar.gz llvm-54953b922d114de5a539f32071650d9a8ab6d78c.tar.bz2 |
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.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions