Add indirect br support to llvm-c and ocaml.
[oota-llvm.git] / test / lit.cfg
index ad73e98bfe78ade27589fcd965df70afba9c1222..929871a1d225d53395a3584959d965e65e2c7143 100644 (file)
@@ -45,6 +45,9 @@ if llvm_obj_root is not None:
                                      config.environment['PATH']))
         config.environment['PATH'] = path
 
+# Propogate 'HOME' through the environment.
+config.environment['HOME'] = os.environ['HOME']
+
 ###
 
 import os