| commit | c815210013f27cfac07d6b53b47e8ac53e86afa3 | [log] [tgz] |
|---|---|---|
| author | Max Moroz <mmoroz@chromium.org> | Thu Apr 04 21:20:36 2019 +0000 |
| committer | Max Moroz <mmoroz@chromium.org> | Thu Apr 04 21:20:36 2019 +0000 |
| tree | c611b67658237ef871cf05ff30fafe3e6206d0fc | |
| parent | 955b5a633138370cb5877f853f22ea86545adc36 [diff] |
[libFuzzer] Make DataFlow scripts Python3 compatible. Summary: Python2 will hit end of life soon: https://pythonclock.org/ This change also makes the integration with OSS-Fuzz a bit simpler: https://github.com/google/oss-fuzz/issues/1632 Reviewers: morehouse, kcc Reviewed By: morehouse Subscribers: delcypher, #sanitizers, llvm-commits Tags: #llvm, #sanitizers Differential Revision: https://reviews.llvm.org/D60282 llvm-svn: 357726