[all-commits] [llvm/llvm-project] 9e33cb: Fix `pragma-comment.c` test failing on false match...
Dave Bartolomeo via All-commits
all-commits at lists.llvm.org
Tue Jun 24 11:11:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e33cb22f991fb25d606d89c0e5a13a3ebed52fe
https://github.com/llvm/llvm-project/commit/9e33cb22f991fb25d606d89c0e5a13a3ebed52fe
Author: Dave Bartolomeo <dave_bart+dbartol at outlook.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M clang/test/CodeGen/pragma-comment.c
Log Message:
-----------
Fix `pragma-comment.c` test failing on false match (#145455)
Sometimes the forbidden text `foo` or `bar` could appear in the Clang
version string metadata. Treating the version string as a `CHECK-LABEL:`
prevents this.
Fixes #145453
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