summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/malloc_hook.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-52/+0
| | | | llvm-svn: 201414
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-0/+52
This is intended to address the following problem. Episodically we see CHECK-failures when recursive interceptors call back into user code. Effectively we are not "in_rtl" at this point, but it's very complicated and fragile to properly maintain in_rtl property. Instead get rid of it. It was used mostly for sanity CHECKs, which basically never uncover real problems. Instead introduce ignore_interceptors flag, which is used in very few narrow places to disable recursive interceptors (e.g. during runtime initialization). llvm-svn: 197979
OpenPOWER on IntegriCloud