Reland "[compiler-rt] [test] Allow expanding lit substitutions recursively"

The commit 8372d50508 has been reverted
(eafeb8af34) because it broke asan
tests on green dragon buildbots.

The underlying issue has been fixed in 4dd5c2bee3.
This commit is contained in:
Sergej Jaskiewicz 2020-07-14 11:37:27 +03:00
parent beb7e3bb70
commit a566e61620
1 changed files with 3 additions and 0 deletions

View File

@ -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: