Add missing import

llvm-svn: 299739
This commit is contained in:
Reid Kleckner 2017-04-07 01:24:48 +00:00
parent f6e857c402
commit 78495ea7c0

View File

@ -39,6 +39,7 @@ if config.host_os == 'Darwin':
# only works for code if it is stored at the top level of some module.
# Therefore, we have to put the code in a .py file, add it to path, and import
# it to store it in the config.
import site
site.addsitedir(os.path.dirname(__file__))
import lit_unittest_cfg_utils
config.darwin_sanitizer_parallelism_group_func = \