Re-factored RuntimeDyld.
[oota-llvm.git] / test / lit.site.cfg.in
index 8b81186211aa692a67ab11a5a7ed93c4fe7a8e9b..4fdfb0480f33f145559bd5463192fa2fb194b301 100644 (file)
@@ -9,6 +9,7 @@ config.enable_shared = @ENABLE_SHARED@
 config.enable_assertions = @ENABLE_ASSERTIONS@
 config.targets_to_build = "@TARGETS_TO_BUILD@"
 config.llvm_bindings = "@LLVM_BINDINGS@"
+config.host_os = "@HOST_OS@"
 
 # Support substitution of the tools_dir with user parameters. This is
 # used when we can't determine the tool dir at configuration time.