diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-10-30 21:13:59 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-30 21:13:59 +0000 |
| commit | 4759a8979cd1140076067cf9d111faf6382acf67 (patch) | |
| tree | ec3928c915a83c838ad813b49136b112e1474557 /llvm/test | |
| parent | 412e8bc56d05fcdf55084c5f57f0ff03bf65678f (diff) | |
| download | bcm5719-llvm-4759a8979cd1140076067cf9d111faf6382acf67.tar.gz bcm5719-llvm-4759a8979cd1140076067cf9d111faf6382acf67.zip | |
Add missing substitution for %llvmgcc_only.
llvm-svn: 85614
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 7eac5c69759..1965615ae81 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -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']: |

