• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@AUTO_GEN_COMMENT@
2config.cxx_under_test           = "@LIBUNWIND_COMPILER@"
3config.project_obj_root         = "@CMAKE_BINARY_DIR@"
4config.libunwind_src_root       = "@LIBUNWIND_SOURCE_DIR@"
5config.libunwind_obj_root       = "@LIBUNWIND_BINARY_DIR@"
6config.abi_library_path         = "@LIBUNWIND_LIBRARY_DIR@"
7config.libcxx_src_root          = "@LIBUNWIND_LIBCXX_PATH@"
8config.libunwind_headers        = "@LIBUNWIND_SOURCE_DIR@/include"
9config.cxx_library_root         = "@LIBUNWIND_LIBCXX_LIBRARY_PATH@"
10config.llvm_unwinder            = True
11config.builtins_library         = "@LIBUNWIND_BUILTINS_LIBRARY@"
12config.enable_threads           = @LIBUNWIND_ENABLE_THREADS@
13config.use_sanitizer            = "@LLVM_USE_SANITIZER@"
14config.enable_32bit             = @LIBUNWIND_BUILD_32_BITS@
15config.target_info              = "@LIBUNWIND_TARGET_INFO@"
16config.test_linker_flags        = "@LIBUNWIND_TEST_LINKER_FLAGS@"
17config.test_compiler_flags      = "@LIBUNWIND_TEST_COMPILER_FLAGS@"
18config.executor                 = "@LIBUNWIND_EXECUTOR@"
19config.libunwind_shared         = @LIBUNWIND_ENABLE_SHARED@
20config.enable_shared            = @LIBCXX_ENABLE_SHARED@
21config.enable_exceptions        = @LIBUNWIND_ENABLE_EXCEPTIONS@
22config.host_triple              = "@LLVM_HOST_TRIPLE@"
23config.target_triple            = "@TARGET_TRIPLE@"
24config.use_target               = bool("@LIBUNWIND_TARGET_TRIPLE@")
25config.sysroot                  = "@LIBUNWIND_SYSROOT@"
26config.gcc_toolchain            = "@LIBUNWIND_GCC_TOOLCHAIN@"
27config.cxx_ext_threads          = @LIBUNWIND_BUILD_EXTERNAL_THREAD_LIBRARY@
28
29# Let the main config do the real work.
30lit_config.load_config(config, "@LIBUNWIND_SOURCE_DIR@/test/lit.cfg")
31