summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2019-04-04 21:20:36 +0000
committerMax Moroz <mmoroz@chromium.org>2019-04-04 21:20:36 +0000
commitc815210013f27cfac07d6b53b47e8ac53e86afa3 (patch)
treec611b67658237ef871cf05ff30fafe3e6206d0fc /compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
parent955b5a633138370cb5877f853f22ea86545adc36 (diff)
downloadbcm5719-llvm-c815210013f27cfac07d6b53b47e8ac53e86afa3.tar.gz
bcm5719-llvm-c815210013f27cfac07d6b53b47e8ac53e86afa3.zip
[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
Diffstat (limited to 'compiler-rt/lib/fuzzer/scripts/merge_data_flow.py')
-rwxr-xr-xcompiler-rt/lib/fuzzer/scripts/merge_data_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/scripts/merge_data_flow.py b/compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
index 1d2991d54cb..167d01f7cd4 100755
--- a/compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
+++ b/compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#===- lib/fuzzer/scripts/merge_data_flow.py ------------------------------===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
OpenPOWER on IntegriCloud