Add missing substitution for %llvmgcc_only.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 30 Oct 2009 21:13:59 +0000 (21:13 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 30 Oct 2009 21:13:59 +0000 (21:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85614 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 7eac5c69759e4a9b10142780a48de7082d7c1e6f..1965615ae81911097c78490befb2860201b5da05 100644 (file)
@@ -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']: