From 3f5f2905c48fb13275fd74048fb07c5676e86d94 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 17 Aug 2022 18:44:41 -0700 Subject: [test] Propagate HWASAN_OPTIONS --- polly/test/Unit/lit.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'polly') diff --git a/polly/test/Unit/lit.cfg b/polly/test/Unit/lit.cfg index 4763c45..6c450fb 100644 --- a/polly/test/Unit/lit.cfg +++ b/polly/test/Unit/lit.cfg @@ -35,10 +35,12 @@ if 'TEMP' in os.environ: # Propagate sanitizer options. for var in [ 'ASAN_SYMBOLIZER_PATH', + 'HWASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH', 'TSAN_SYMBOLIZER_PATH', 'UBSAN_SYMBOLIZER_PATH', 'ASAN_OPTIONS', + 'HWASAN_OPTIONS', 'MSAN_OPTIONS', 'TSAN_OPTIONS', 'UBSAN_OPTIONS', -- cgit v1.1