[PATCH] D90714: [clang]Fix length threshold for MicrosoftMangle md5 hash
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 6 12:35:36 PST 2020
mibintc added a comment.
you're right about the regex syntax. i think the 4088 is over the max repetition count and there's also a problem with balanced. not sure what i did wrong here. if you have a chance to look at this otherwise i'll toil over the weekend, i'm off for the day--cheers. here's what i'm trying now just to see if it would work. can i nest repetition counts?
63:20: error: invalid regex: braces not balanced
// CHECK-DAG: @"?{{\(z\){255}}}@@3HA" = dso_local global i32 1515, align 4
i also tried it without the parens around z or with parens around z but not backslash.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90714/new/
https://reviews.llvm.org/D90714
More information about the cfe-commits
mailing list