forked from OSchip/llvm-project
Reland "[compiler-rt] [test] Allow expanding lit substitutions recursively"
The commit8372d50508has been reverted (eafeb8af34) because it broke asan tests on green dragon buildbots. The underlying issue has been fixed in4dd5c2bee3.
This commit is contained in:
parent
beb7e3bb70
commit
a566e61620
|
|
@ -23,6 +23,9 @@ else:
|
|||
# bash on Windows is usually very slow.
|
||||
execute_external = (not sys.platform in ['win32'])
|
||||
|
||||
# Allow expanding substitutions that are based on other substitutions
|
||||
config.recursiveExpansionLimit = 10
|
||||
|
||||
# Setup test format.
|
||||
config.test_format = lit.formats.ShTest(execute_external)
|
||||
if execute_external:
|
||||
|
|
|
|||
Loading…
Reference in New Issue