forked from OSchip/llvm-project
[lit] Add missing import
Apparently llvm-lit.py does not execute this path
This commit is contained in:
parent
23a33d450b
commit
3dec30855e
|
@ -1,5 +1,6 @@
|
|||
import multiprocessing
|
||||
import time
|
||||
import os
|
||||
|
||||
import lit.Test
|
||||
import lit.util
|
||||
|
|
Loading…
Reference in New Issue