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