2014-07-10 10:20:11 +08:00
|
|
|
@AUTO_GEN_COMMENT@
|
2014-12-29 20:22:04 +08:00
|
|
|
config.cxx_under_test = "@LIBCXXABI_COMPILER@"
|
|
|
|
config.libcxxabi_src_root = "@LIBCXXABI_SOURCE_DIR@"
|
|
|
|
config.libcxxabi_library_root = "@LIBCXXABI_LIBRARY_DIR@"
|
|
|
|
config.python_executable = "@PYTHON_EXECUTABLE@"
|
|
|
|
config.enable_shared = @LIBCXXABI_ENABLE_SHARED@
|
|
|
|
config.libcxx_includes = "@LIBCXXABI_LIBCXX_INCLUDES@"
|
|
|
|
config.llvm_unwinder = @LIBCXXABI_USE_LLVM_UNWINDER@
|
|
|
|
config.enable_threads = @LIBCXXABI_ENABLE_THREADS@
|
|
|
|
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
|
2014-07-10 10:20:11 +08:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
|
|
|
lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg")
|