Skip to content

Commit 511a195

Browse files
authored
[llvm][lit] Remove unused default feature (llvm#94804)
1 parent 826fc8a commit 511a195

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/utils/lit/lit/llvm/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ def __init__(self, lit_config, config):
9090

9191
# Running on Darwin OS
9292
if platform.system() == "Darwin":
93-
# FIXME: lld uses the first, other projects use the second.
94-
# We should standardize on the former.
95-
features.add("system-linker-mach-o")
9693
features.add("system-darwin")
9794
elif platform.system() == "Windows":
9895
# For tests that require Windows to run.

0 commit comments

Comments
 (0)