mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[lit] Add missing import
Apparently llvm-lit.py does not execute this path
This commit is contained in:
parent
c3f0bf4761
commit
d6b52c4d18
@ -1,5 +1,6 @@
|
||||
import multiprocessing
|
||||
import time
|
||||
import os
|
||||
|
||||
import lit.Test
|
||||
import lit.util
|
||||
|
Loading…
Reference in New Issue
Block a user