================ @@ -112,6 +112,13 @@ ), ) ) + +cr = "\r" if platform.system() == "Darwin" else r"\r" ---------------- jdenny-ornl wrote: `cr = "\r"` is not portable beyond Darwin? https://github.com/llvm/llvm-project/pull/205084