Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas.
[oota-llvm.git] / utils / llvm-lit / llvm-lit.in
index 768dc5103c8b5b87199335fad682d3bc9d37d3b5..87878d5638c6cbaec758167f41ea5a1066b51a37 100755 (executable)
@@ -13,8 +13,7 @@ sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
 # Set up some builtin parameters, so that by default the LLVM test suite
 # configuration file knows how to find the object tree.
 builtin_parameters = {
-    'build_config' : "@CMAKE_CFG_INTDIR@",
-    'build_mode' : "@RUNTIME_BUILD_MODE@",
+    'build_mode' : "@CMAKE_CFG_INTDIR@",
     'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
     }