================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
