mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
Add missing substitution for %llvmgcc_only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
669327b9fb
commit
b0c9a99d9c
@ -76,6 +76,7 @@ for line in open(os.path.join(config.llvm_obj_root, 'test', 'site.exp')):
|
||||
site_exp[m.group(1)] = m.group(2)
|
||||
|
||||
# Add substitutions.
|
||||
config.substitutions.append(('%llvmgcc_only', site_exp['llvmgcc']))
|
||||
for sub in ['llvmgcc', 'llvmgxx', 'compile_cxx', 'compile_c',
|
||||
'link', 'shlibext', 'ocamlopt', 'llvmdsymutil', 'llvmlibsdir',
|
||||
'bugpoint_topts']:
|
||||
|
Loading…
Reference in New Issue
Block a user