From: Reid Kleckner Date: Fri, 7 Apr 2017 01:24:48 +0000 (+0000) Subject: Add missing import X-Git-Tag: llvmorg-5.0.0-rc1~8258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78495ea7c03fdaab099d8fd5b221fe37e70548e8;p=platform%2Fupstream%2Fllvm.git Add missing import llvm-svn: 299739 --- diff --git a/compiler-rt/unittests/lit.common.unit.cfg b/compiler-rt/unittests/lit.common.unit.cfg index 42df604..b08c1fe 100644 --- a/compiler-rt/unittests/lit.common.unit.cfg +++ b/compiler-rt/unittests/lit.common.unit.cfg @@ -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 = \