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 | b0c9a99d9ceadf6a146d99c78cae9e219e4e5b3e (patch) | |
tree | ed675c8027a5f77c5ea987c2a63ba9214cf6353d | |
parent | 669327b9fb3ecc1caa4cae73ee59dddc76ca3f6c (diff) |
Add missing substitution for %llvmgcc_only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 7eac5c6975..1965615ae8 100644 --- a/test/lit.cfg +++ b/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']: |