Revert "[compiler-rt] [test] Allow expanding lit substitutions recursively"
authorAmara Emerson <amara@apple.com>
Tue, 14 Jul 2020 07:25:38 +0000 (00:25 -0700)
committerAmara Emerson <amara@apple.com>
Tue, 14 Jul 2020 08:20:51 +0000 (01:20 -0700)
This reverts commit 8372d505082aceb38417e0b561cd32f2e227597b.

It broke the TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp test on green dragon.

compiler-rt/test/lit.common.cfg.py

index 9d0c214..98a2f3c 100644 (file)
@@ -23,9 +23,6 @@ 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: