OSDN Git Service

[sanitizers] Propagate the sanitizer options through to the lit context.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 2 May 2014 21:47:35 +0000 (21:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 2 May 2014 21:47:35 +0000 (21:47 +0000)
commitc7b30d80a2078d4e3b51efcef1644c3a13f62de8
tree417e4918482436aa771d7309cf7587428b1eb153
parent71aafce117e9d63b03bae301f7fdc66291877382
[sanitizers] Propagate the sanitizer options through to the lit context.
This makes it *really* easy to debug leaks FYI:

ASAN_OPTIONS=detect_leaks=1 ./bin/llvm-lit -v <path to test>

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