[llvm] UTC: support debug output from LDist (PR #93208)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 03:17:10 PDT 2024


================
@@ -1635,8 +1636,9 @@ def generalize_check_lines(
         regexp = ginfo.get_regexp()
 
     multiple_braces_re = re.compile(r"({{+)|(}}+)")
+
     def escape_braces(match_obj):
-        return '{{' + re.escape(match_obj.group(0)) + '}}'
+        return "{{" + re.escape(match_obj.group(0)) + "}}"
----------------
nikic wrote:

Unrelated changes?

https://github.com/llvm/llvm-project/pull/93208


More information about the llvm-commits mailing list