File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ lit_path = os.path.abspath(lit_path)
3939
4040# Required because some tests import the lit module
4141if llvm_config :
42+ llvm_config .use_default_substitutions ()
4243 llvm_config .with_environment ("PYTHONPATH" , lit_path , append_path = True )
4344else :
4445 config .environment ["PYTHONPATH" ] = lit_path
Original file line number Diff line number Diff line change 11# Create a directory with 20 files and check the number of pools and workers per pool that lit will use.
22
33# RUN: rm -Rf %t.dir && mkdir -p %t.dir
4- # RUN: python -c "for i in range(20): open(rf'%t.dir/file{i}.txt', 'w').write('RUN:')"
4+ # RUN: % python -c "for i in range(20): open(rf'%t.dir/file{i}.txt', 'w').write('RUN:')"
55
66# RUN: echo "import lit.formats" > %t.dir/lit.cfg
77# RUN: echo "config.name = \"top-level-suite\"" >> %t.dir/lit.cfg
You can’t perform that action at this time.
0 commit comments