Add complete assembler support for FMA3 instructions, with descriptions and encodings...
[oota-llvm.git] / test / lit.cfg
index fd3120a29fe984bb954e7f381dab5aee3747a569..5e7e0e44498086e65eb81f4a9338db58c5050e9b 100644 (file)
@@ -48,6 +48,13 @@ if llvm_obj_root is not None:
 # Propogate 'HOME' through the environment.
 config.environment['HOME'] = os.environ['HOME']
 
+# Propogate LLVM_SRC_ROOT into the environment.
+config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
+
+# Propogate PYTHON_EXEUTABLE into the environment
+config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable',
+                                                  '')
+
 ###
 
 import os