Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions llvm/utils/lit/lit/llvm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,9 @@ def __init__(self, lit_config, config):
]
)

# Running on Darwin OS
if platform.system() == "Darwin":
# FIXME: lld uses the first, other projects use the second.
# We should standardize on the former.
features.add("system-linker-mach-o")
features.add("system-darwin")
elif platform.system() == "Windows":
# For tests that require Windows to run.
features.add("system-windows")
elif platform.system() == "Linux":
features.add("system-linux")
Expand Down