diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index b5c5628a580..2d946c5a65d 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -116,7 +116,7 @@ for symbolizer in ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']: config.environment[symbolizer] = os.environ[symbolizer] # Propagate options for sanitizers. -for options in ['ASAN_OPTIONS']: +for options in ['ASAN_OPTIONS', 'UBSAN_OPTIONS']: if options in os.environ: config.environment[options] = os.environ[options] |