Files
clang-p2996/compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py
Dan Liew c8879c989e [LibFuzzer] Unbreak the trace-malloc-unbalanced.test when using Python 3.
The `unbalanced_allocs.py` script uses Python 2 print statement
and `iteritems()`. Running `2to3` over the script fixes these.

Differential Revision: https://reviews.llvm.org/D45765

llvm-svn: 330389
2018-04-20 06:46:09 +00:00

2.3 KiB
Executable File