[PATCH] D120066: [NFC] Fix debug-info-hotpatch.cpp failure due to downstream regex issue.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 22 09:16:14 PST 2022


probinson added a comment.

Seems to me there have been other cases where `.*` matching was greedier than expected, so this seems like the right fix.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120066/new/

https://reviews.llvm.org/D120066



More information about the cfe-commits mailing list