[llvm-commits] [llvm] r85614 - /llvm/trunk/test/lit.cfg

Daniel Dunbar daniel at zuster.org
Fri Oct 30 14:13:59 PDT 2009


Author: ddunbar
Date: Fri Oct 30 16:13:59 2009
New Revision: 85614

URL: http://llvm.org/viewvc/llvm-project?rev=85614&view=rev
Log:
Add missing substitution for %llvmgcc_only.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=85614&r1=85613&r2=85614&view=diff

==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Fri Oct 30 16:13:59 2009
@@ -76,6 +76,7 @@
         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']:





More information about the llvm-commits mailing list