diff options
| -rw-r--r-- | clang/test/lit.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 8a18e987c75..4567f179f81 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -114,11 +114,6 @@ for symbolizer in ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']: if symbolizer in os.environ: config.environment[symbolizer] = os.environ[symbolizer] -# Propagate options for sanitizers. -for options in ['ASAN_OPTIONS', 'UBSAN_OPTIONS']: - if options in os.environ: - config.environment[options] = os.environ[options] - ### # Check that the object root is known. |

