summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_preinit.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it ↵Alexey Samsonov2014-07-251-5/+1
| | | | | | | | | | | | across sanitizers. Get rid of ASAN_USE_PREINIT_ARRAY and LSAN_USE_PREINIT_ARRAY - just always use .preinit_array if it's available. This mode seems stable enough, and we've been relying on default values of these macro for a long time. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@213980 91177308-0d34-0410-b5e6-96231b3b80d8
* [lsan] Unbreak lsan_testlib.cc.Sergey Matveev2013-11-251-1/+5
| | | | | | Also, add missing logging output. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@195652 91177308-0d34-0410-b5e6-96231b3b80d8
* [lsan] Add a missing file.Sergey Matveev2013-11-251-0/+22
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@195643 91177308-0d34-0410-b5e6-96231b3b80d8