Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Nov 2014 23:04:56 +0000 (23:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 3 Nov 2014 23:04:56 +0000 (23:04 +0000)
commit169758b50e735d16cae087fe2df955073d893399
tree68a89e9bbe312e228a63070e05bd4ce3212e2a34
parented59d756d88dea5d181342083ce1cc193a76ad8d
Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py

Currently they are passed to tests of llvm itself, but not, for example, lld.

With this patch the options are visible in every test.

llvm-svn: 221198
llvm/test/lit.cfg
llvm/utils/lit/lit/TestingConfig.py