We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514686a commit d6c2cbbCopy full SHA for d6c2cbb
llvm/utils/UpdateTestChecks/common.py
@@ -1701,7 +1701,7 @@ def add(var):
1701
1702
METADATA_FILTERS = [
1703
(
1704
- r"(?<=\")(\w+ )?(\w+ version )[\d.]+(?:[^\" ]*)(?: \([^)]+\))?",
+ r"(?<=\")(.+ )?(\w+ version )[\d.]+(?:[^\" ]*)(?: \([^)]+\))?",
1705
r"{{.*}}\2{{.*}}",
1706
), # preface with glob also, to capture optional CLANG_VENDOR
1707
(r'(!DIFile\(filename: ".+", directory: )".+"', r"\1{{.*}}"),
0 commit comments