[asan] Initialize logfile in asan_symbolize.py to sys.stdin.
llvm-svn: 218072
This commit is contained in:
parent
4588de1c22
commit
756afb2f82
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue