forked from OSchip/llvm-project
[lit] Forward more sanitizer env in TestingConfig
This commit is contained in:
parent
43e0cedc1e
commit
b61f173f24
|
@ -29,9 +29,16 @@ class TestingConfig(object):
|
|||
'CLANG',
|
||||
'LLDB',
|
||||
'LD_PRELOAD',
|
||||
'ASAN_SYMBOLIZER_PATH',
|
||||
'LSAN_SYMBOLIZER_PATH',
|
||||
'MSAN_SYMBOLIZER_PATH',
|
||||
'TSAN_SYMBOLIZER_PATH',
|
||||
'UBSAN_SYMBOLIZER_PATH',
|
||||
'ASAN_OPTIONS',
|
||||
'UBSAN_OPTIONS',
|
||||
'LSAN_OPTIONS',
|
||||
'MSAN_OPTIONS',
|
||||
'TSAN_OPTIONS',
|
||||
'UBSAN_OPTIONS',
|
||||
'ADB',
|
||||
'ANDROID_SERIAL',
|
||||
'SSH_AUTH_SOCK',
|
||||
|
|
Loading…
Reference in New Issue