From f4057b6f1cc4028bc583942e64337e54fc32cfe8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 14 Jun 2019 12:58:17 +0000 Subject: [PATCH] Revert r363298 "[lit] Disable test on darwin when building shared libs." It broke running check-lld on mac, see https://reviews.llvm.org/D61697 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363379 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/lit/lit/llvm/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/lit/lit/llvm/config.py b/utils/lit/lit/llvm/config.py index ea1a7b6e0cf..6a0bfa1b207 100644 --- a/utils/lit/lit/llvm/config.py +++ b/utils/lit/lit/llvm/config.py @@ -48,8 +48,6 @@ class LLVMConfig(object): # We should standardize on the former. features.add('system-linker-mach-o') features.add('system-darwin') - if config.enable_shared: - features.add("enable_shared") elif platform.system() == 'Windows': # For tests that require Windows to run. features.add('system-windows') -- 2.50.1