projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e857c
)
Add missing import
author
Reid Kleckner
<rnk@google.com>
Fri, 7 Apr 2017 01:24:48 +0000
(
01:24
+0000)
committer
Reid Kleckner
<rnk@google.com>
Fri, 7 Apr 2017 01:24:48 +0000
(
01:24
+0000)
llvm-svn: 299739
compiler-rt/unittests/lit.common.unit.cfg
patch
|
blob
|
history
diff --git
a/compiler-rt/unittests/lit.common.unit.cfg
b/compiler-rt/unittests/lit.common.unit.cfg
index 42df60433bc0a60381678b93d9c42a37f02e1a51..b08c1fe12831bc35bff14fe8b013e1e8d6a600a8 100644
(file)
--- 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 = \