blob: 2bbe63e6348ecb8b633b6f1f538e76f47c1b778c [file] [log] [blame]
Daniel Dunbarfb76ffb2009-09-22 07:38:33 +00001## Autogenerated by LLVM/Clang configuration.
2# Do not edit!
Chandler Carruth96f41a12012-06-28 00:16:51 +00003config.target_triple = "@TARGET_TRIPLE@"
Daniel Dunbarfb76ffb2009-09-22 07:38:33 +00004config.llvm_src_root = "@LLVM_SOURCE_DIR@"
5config.llvm_obj_root = "@LLVM_BINARY_DIR@"
6config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
Chandler Carruth96f41a12012-06-28 00:16:51 +00007config.llvm_shlib_dir = "@SHLIBDIR@"
8config.llvm_shlib_ext = "@SHLIBEXT@"
Andrew Trickc86f24c2011-06-16 21:48:57 +00009config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
Daniel Dunbar9b2cb692010-06-12 16:21:19 +000010config.python_executable = "@PYTHON_EXECUTABLE@"
Chandler Carruth96f41a12012-06-28 00:16:51 +000011config.ocamlopt_executable = "@OCAMLOPT@"
NAKAMURA Takumib3ccc122010-11-29 00:20:09 +000012config.enable_shared = @ENABLE_SHARED@
Andrew Trick75d33872011-06-23 17:52:36 +000013config.enable_assertions = @ENABLE_ASSERTIONS@
Daniel Dunbarb288ad82012-10-18 20:43:11 +000014config.lto_is_enabled = "@LTO_IS_ENABLED@"
Eli Bendersky0f0c4112012-02-16 06:28:33 +000015config.targets_to_build = "@TARGETS_TO_BUILD@"
16config.llvm_bindings = "@LLVM_BINDINGS@"
Danil Malyshevbb8cef52012-05-17 21:07:47 +000017config.host_os = "@HOST_OS@"
18config.host_arch = "@HOST_ARCH@"
Daniel Dunbarfb76ffb2009-09-22 07:38:33 +000019
NAKAMURA Takumid420e7b2010-11-27 13:10:11 +000020# Support substitution of the tools_dir with user parameters. This is
21# used when we can't determine the tool dir at configuration time.
22try:
23 config.llvm_tools_dir = config.llvm_tools_dir % lit.params
24except KeyError,e:
25 key, = e.args
26 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
27
Daniel Dunbarfb76ffb2009-09-22 07:38:33 +000028# Let the main config do the real work.
29lit.load_config(config, "@LLVM_SOURCE_DIR@/test/lit.cfg")