[asan] Initialize logfile in asan_symbolize.py to sys.stdin.

llvm-svn: 218072
This commit is contained in:
Sergey Matveev 2014-09-18 20:01:28 +00:00
parent 4588de1c22
commit 756afb2f82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ binutils_prefix = None
sysroot_path = None
binary_name_filter = None
fix_filename_patterns = None
logfile = None
logfile = sys.stdin
# FIXME: merge the code that calls fix_filename().
def fix_filename(file_name):