1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Revert r363298 "[lit] Disable test on darwin when building shared libs."

It broke running check-lld on mac, see https://reviews.llvm.org/D61697

llvm-svn: 363379
This commit is contained in:
Nico Weber 2019-06-14 12:58:17 +00:00
parent a2bb38a508
commit 8972dd7f74

View File

@ -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')