We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e1473 commit 968d38dCopy full SHA for 968d38d
compiler-rt/test/lit.common.cfg.py
@@ -503,7 +503,7 @@ def get_ios_commands_dir():
503
# Define %arch to check for architecture-dependent output.
504
config.substitutions.append(("%arch", (config.host_arch)))
505
506
-if config.host_os == "Windows":
+if os.name == "nt":
507
# FIXME: This isn't quite right. Specifically, it will succeed if the program
508
# does not crash but exits with a non-zero exit code. We ought to merge
509
# KillTheDoctor and not --crash to make the latter more useful and remove the
0 commit comments