[PATCH] D56200: Remove unused %host_cc lit pattern

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 11:36:20 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350348: Remove unused %host_cc lit pattern (authored by nico, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56200?vs=179845&id=180113#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56200/new/

https://reviews.llvm.org/D56200

Files:
  llvm/trunk/test/lit.cfg.py


Index: llvm/trunk/test/lit.cfg.py
===================================================================
--- llvm/trunk/test/lit.cfg.py
+++ llvm/trunk/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.180113.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/8b1f974c/attachment.bin>


More information about the llvm-commits mailing list