1
0
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:
Reid Kleckner 2019-10-30 16:32:26 -07:00
parent c3f0bf4761
commit d6b52c4d18

View File

@ -1,5 +1,6 @@
import multiprocessing
import time
import os
import lit.Test
import lit.util