From da873b5e2ed165caeb117175b3618c1be60aae3b Mon Sep 17 00:00:00 2001 From: Eugene Leviant Date: Wed, 20 Jun 2018 15:32:47 +0000 Subject: [LIT] Enable testing of LLVM gold plugin on Mac OS X Differential revision: https://reviews.llvm.org/D48350 llvm-svn: 335136 --- llvm/test/lit.cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/lit.cfg.py') diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py index 46cd0ea5e77..44e3afb7cb3 100644 --- a/llvm/test/lit.cfg.py +++ b/llvm/test/lit.cfg.py @@ -239,7 +239,7 @@ import subprocess def have_ld_plugin_support(): - if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold.so')): + if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold' + config.llvm_shlib_ext)): return False ld_cmd = subprocess.Popen( -- cgit v1.2.3