summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/ignore_malloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [TSan] Add AnnotateIgnoreReadsBegin declaration to tsan/test.hJulian Lettner2019-09-091-7/+0
| | | | | | | | | | | | Declare the family of AnnotateIgnore[Read,Write][Begin,End] TSan annotations in compiler-rt/test/tsan/test.h so that we don't have to declare them separately in every test that needs them. Replace usages. Leave usages that explicitly test the annotation mechanism: thread_end_with_ignore.cpp thread_end_with_ignore3.cpp llvm-svn: 371446
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-0/+35
Like r367463, but for test/tsan. llvm-svn: 367656
OpenPOWER on IntegriCloud