================
@@ -869,5 +875,12 @@ def convert_string(bytes_input):
return str(bytes_input)
+def print_filename(filename, null=False):
----------------
HazardyKnusperkeks wrote:
Why setting a value for null?
https://github.com/llvm/llvm-project/pull/123926