summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/Labels20Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan ↵Kostya Serebryany2019-06-141-0/+41
| | | | | | mode that traces up to 16 labels at a time and never runs out of labels. Second attempt. This time with a fix for windows (putenv instead of setenv)) llvm-svn: 363445
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new ↵Hans Wennborg2019-06-141-41/+0
| | | | | | | | | | | | faster DFSan mode that traces up to 16 labels at a time and never runs out of labels." It broke the Windows build: C:\b\s\w\ir\cache\builder\src\third_party\llvm\compiler-rt\lib\fuzzer\FuzzerDataFlowTrace.cpp(243): error C3861: 'setenv': identifier not found This also reverts the follow-up r363327. llvm-svn: 363358
* fix whitespacesKostya Serebryany2019-06-131-3/+1
| | | | llvm-svn: 363327
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan ↵Kostya Serebryany2019-06-131-0/+43
mode that traces up to 16 labels at a time and never runs out of labels. llvm-svn: 363326
OpenPOWER on IntegriCloud