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

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 01:21:39 PDT 2020


Author: Amara Emerson
Date: 2020-07-14T01:20:51-07:00
New Revision: eafeb8af34946306a7382fa3801cf6e39a1c7226

URL: https://github.com/llvm/llvm-project/commit/eafeb8af34946306a7382fa3801cf6e39a1c7226
DIFF: https://github.com/llvm/llvm-project/commit/eafeb8af34946306a7382fa3801cf6e39a1c7226.diff

LOG: Revert "[compiler-rt] [test] Allow expanding lit substitutions recursively"

This reverts commit 8372d505082aceb38417e0b561cd32f2e227597b.

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py
index 9d0c214bd9a7..98a2f3c03e60 100644
--- a/compiler-rt/test/lit.common.cfg.py
+++ b/compiler-rt/test/lit.common.cfg.py
@@ -23,9 +23,6 @@
     # 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:


        


More information about the llvm-commits mailing list