diff options
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 0bbadafb..a9982150 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -84,7 +84,7 @@ if config.test_exec_root is None: # Add substitutions from lit.site.cfg -subs = [ 'llvmgcc', 'llvmgxx', 'cc', 'cxx'] +subs = [ 'llvmgcc', 'llvmgxx', 'cc', 'cxx', 'O0opt' ] for name in subs: value = getattr(config, name, None) if value == None: |