Re-enable remote MCJIT tests on ARMv7
[oota-llvm.git] / test / lit.site.cfg.in
index 72fd9c9ff785e78c91678e386f22cb2f42829b32..b9520f908a5e83ec6a0e3f1cbb79f640ae11e5ec 100644 (file)
@@ -26,6 +26,7 @@ config.have_zlib = "@HAVE_LIBZ@"
 # used when we can't determine the tool dir at configuration time.
 try:
     config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
+    config.llvm_shlib_dir = config.llvm_shlib_dir % lit_config.params
 except KeyError:
     e = sys.exc_info()[1]
     key, = e.args