diff options
Diffstat (limited to 'lld/test/lit.cfg.py')
-rw-r--r-- | lld/test/lit.cfg.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index c23a6467fc42..225104243bf2 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -118,6 +118,3 @@ if tar_executable: # ELF tests expect the default target for ld.lld to be ELF. if config.ld_lld_default_mingw: config.excludes.append('ELF') - -if config.ld_lld_default_nostart_stop_gc: - config.available_features.add('default-nostart-stop-gc') |