[lld] 6a00e70 - [lld][test] Remove unused features

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 00:28:21 PDT 2023


Author: Fangrui Song
Date: 2023-07-18T00:28:17-07:00
New Revision: 6a00e70976966e48de525858757c074d16498505

URL: https://github.com/llvm/llvm-project/commit/6a00e70976966e48de525858757c074d16498505
DIFF: https://github.com/llvm/llvm-project/commit/6a00e70976966e48de525858757c074d16498505.diff

LOG: [lld][test] Remove unused features

"system-linker-elf" and "demangler" have been unused since
lld/test/old-elf/ was removed in 2016.

Added: 
    

Modified: 
    lld/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py
index 798e08e4dfb773..348c8289c6573c 100644
--- a/lld/test/lit.cfg.py
+++ b/lld/test/lit.cfg.py
@@ -67,14 +67,6 @@
 if lit_config.useValgrind:
     config.target_triple += "-vg"
 
-# Running on ELF based *nix
-if platform.system() in ["FreeBSD", "NetBSD", "Linux"]:
-    config.available_features.add("system-linker-elf")
-
-# Set if host-cxxabi's demangler can handle target's symbols.
-if platform.system() not in ["Windows"]:
-    config.available_features.add("demangler")
-
 llvm_config.feature_config(
     [
         (


        


More information about the llvm-commits mailing list