[PATCH] D56200: Remove unused %host_cc lit pattern
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan  2 07:36:12 PST 2019
    
    
  
thakis created this revision.
thakis added a reviewer: dblaikie.
It was added in r257236 but then the one use was removed in r309517. Since no test should call %host_cc, remove the patern.
https://reviews.llvm.org/D56200
Files:
  test/lit.cfg.py
Index: test/lit.cfg.py
===================================================================
--- test/lit.cfg.py
+++ test/lit.cfg.py
@@ -89,7 +89,6 @@
 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 = []
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56200.179845.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/90d7782d/attachment.bin>
    
    
More information about the llvm-commits
mailing list