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)
commit3ada4ec04ca7f8f2938b73e85b594a6e1ae7c15a
tree416483426827120083954c5aba73cba44ea55ff2
parent86156e89971889a8a1cd62bd99d5847468a1c2c6
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221198 91177308-0d34-0410-b5e6-96231b3b80d8
test/lit.cfg
utils/lit/lit/TestingConfig.py