mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
[HWASan symbolize] Write error to stderr.
This commit is contained in:
@@ -268,7 +268,7 @@ class Symbolizer:
|
||||
except FileNotFoundError:
|
||||
continue
|
||||
except Exception as e:
|
||||
print("Failed to parse {}: {}".format(filename, e))
|
||||
print("Failed to parse {}: {}".format(filename, e), file=sys.stderr)
|
||||
continue
|
||||
if bid is not None:
|
||||
self.__index[bid] = filename
|
||||
|
||||
Reference in New Issue
Block a user