llvm-project/compiler-rt/lib/asan/scripts
Alexander Richardson 677c6ddd33 [asan_symbolize] Fix broken pipe handling for python 2.7
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
2019-08-27 07:27:41 +00:00
..
CMakeLists.txt
asan_device_setup Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
asan_symbolize.py [asan_symbolize] Fix broken pipe handling for python 2.7 2019-08-27 07:27:41 +00:00