Skip to content

Commit 4c58277

Browse files
author
git apple-llvm automerger
committed
Merge commit '728030a45280' from llvm.org/release/21.x into stable/21.x
2 parents 0fce489 + 728030a commit 4c58277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def get_ios_commands_dir():
506506
# Define %arch to check for architecture-dependent output.
507507
config.substitutions.append(("%arch", (config.host_arch)))
508508

509-
if config.host_os == "Windows":
509+
if os.name == "nt":
510510
# FIXME: This isn't quite right. Specifically, it will succeed if the program
511511
# does not crash but exits with a non-zero exit code. We ought to merge
512512
# KillTheDoctor and not --crash to make the latter more useful and remove the

0 commit comments

Comments
 (0)