[llvm] 4c809de - Added connection to the library with name "re".

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 23:28:37 PST 2022


Author: dbakunevich
Date: 2022-12-06T14:24:57+07:00
New Revision: 4c809de33b9fd8ebd2b4f859b670e9222636d747

URL: https://github.com/llvm/llvm-project/commit/4c809de33b9fd8ebd2b4f859b670e9222636d747
DIFF: https://github.com/llvm/llvm-project/commit/4c809de33b9fd8ebd2b4f859b670e9222636d747.diff

LOG: Added connection to the library with name "re".

Fixed a bug that the "re" library was used in
this python file, but there was no import of it.

Differential Revision: https://reviews.llvm.org/D137926

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/chunk-print-before-all.py b/llvm/utils/chunk-print-before-all.py
index 75c3a690d0a8..251c78929572 100755
--- a/llvm/utils/chunk-print-before-all.py
+++ b/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
 


        


More information about the llvm-commits mailing list