mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
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
This commit is contained in:
parent
fb1cfc529f
commit
7a157141bd
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user