From 6f06ce641e930dc6437255bf4a292437de5f7a3f 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 llvm-svn: 350348 --- llvm/test/lit.cfg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py index 3dff11bd0d2f..3c154c5899ec 100644 --- a/llvm/test/lit.cfg.py +++ b/llvm/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 = []