[PATCH] D137926: [Utils] Improved chunk-print-before-all.py script

Dmitry Bakunevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 23:28:41 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4c809de33b9f: Added connection to the library with name "re". (authored by dbakunevich).

Changed prior to commit:
  https://reviews.llvm.org/D137926?vs=476851&id=480342#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137926

Files:
  llvm/utils/chunk-print-before-all.py


Index: llvm/utils/chunk-print-before-all.py
===================================================================
--- llvm/utils/chunk-print-before-all.py
+++ llvm/utils/chunk-print-before-all.py
@@ -7,6 +7,7 @@
 # chunk. Files are written to current working directory.
 
 import sys
+import re
 
 chunk_id = 0
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137926.480342.patch
Type: text/x-patch
Size: 311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/f634cb7a/attachment.bin>


More information about the llvm-commits mailing list