[llvm] 511a195 - [llvm][lit] Remove unused default feature (#94804)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 16:00:54 PDT 2024


Author: Keith Smiley
Date: 2024-06-11T16:00:50-07:00
New Revision: 511a1957258a16157e38f1a49e3de04e82ef001d

URL: https://github.com/llvm/llvm-project/commit/511a1957258a16157e38f1a49e3de04e82ef001d
DIFF: https://github.com/llvm/llvm-project/commit/511a1957258a16157e38f1a49e3de04e82ef001d.diff

LOG: [llvm][lit] Remove unused default feature (#94804)

Added: 
    

Modified: 
    llvm/utils/lit/lit/llvm/config.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/lit/llvm/config.py b/llvm/utils/lit/lit/llvm/config.py
index eb4e21c7bbd67..b3dfddba483f5 100644
--- a/llvm/utils/lit/lit/llvm/config.py
+++ b/llvm/utils/lit/lit/llvm/config.py
@@ -90,9 +90,6 @@ 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.


        


More information about the llvm-commits mailing list