Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TSan] Add AnnotateIgnoreReadsBegin declaration to tsan/test.h | Julian Lettner | 2019-09-09 | 1 | -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 .cpp | Fangrui Song | 2019-08-02 | 1 | -0/+35 |
Like r367463, but for test/tsan. llvm-svn: 367656 |