This change handles a another case for generating the bic instruction
[oota-llvm.git] / test / lit.site.cfg.in
index 8b81186211aa692a67ab11a5a7ed93c4fe7a8e9b..e069dd130be9688d4f1313a0f71ebb9e2580f65b 100644 (file)
@@ -9,6 +9,8 @@ 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@"
+config.host_arch = "@HOST_ARCH@"
 
 # Support substitution of the tools_dir with user parameters. This is
 # used when we can't determine the tool dir at configuration time.