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.
2 parents 0fce489 + 728030a commit 4c58277Copy full SHA for 4c58277
compiler-rt/test/lit.common.cfg.py
@@ -506,7 +506,7 @@ def get_ios_commands_dir():
506
# Define %arch to check for architecture-dependent output.
507
config.substitutions.append(("%arch", (config.host_arch)))
508
509
-if config.host_os == "Windows":
+if os.name == "nt":
510
# FIXME: This isn't quite right. Specifically, it will succeed if the program
511
# does not crash but exits with a non-zero exit code. We ought to merge
512
# KillTheDoctor and not --crash to make the latter more useful and remove the
0 commit comments