forked from OSchip/llvm-project
677c6ddd33
I D65322 I added a check for BrokenPipeError. However, python 2.7 doesn't have BrokenPipeError. To be python 2.7 and 3 compatible we need to catch IOError instead and check for errno == errno.EPIPE. llvm-svn: 370025 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
asan_device_setup | ||
asan_symbolize.py |