From f29d75749e36db5c83ca56a930fc620a74ecb0c7 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 3 Jan 2019 19:31:53 +0000 Subject: [PATCH] Remove unused %host_cc lit pattern It was added in r257236 but then the one use was removed in r309517. Since no test should call %host_cc, remove the pattern. Differential Revision: https://reviews.llvm.org/D56200 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350348 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lit.cfg.py b/test/lit.cfg.py index 3dff11bd0d2..3c154c5899e 100644 --- a/test/lit.cfg.py +++ b/test/lit.cfg.py @@ -89,7 +89,6 @@ llvm_config.use_default_substitutions() config.substitutions.append(('%llvmshlibdir', config.llvm_shlib_dir)) config.substitutions.append(('%shlibext', config.llvm_shlib_ext)) config.substitutions.append(('%exeext', config.llvm_exe_ext)) -config.substitutions.append(('%host_cc', config.host_cc)) lli_args = [] -- 2.50.1