Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / sources / cxx-stl / llvm-libc++ / libcxx / test / lit.site.cfg.in
blob5343eda540b63de6f8d5fc392d072329d2be318f
1 @AUTO_GEN_COMMENT@
2 config.cxx_under_test        = "@LIBCXX_COMPILER@"
3 config.cxx_has_stdcxx0x_flag = @LIBCXX_HAS_STDCXX0X_FLAG@
4 config.libcxx_src_root       = "@LIBCXX_SOURCE_DIR@"
5 config.libcxx_obj_root       = "@LIBCXX_BINARY_DIR@"
6 config.python_executable     = "@PYTHON_EXECUTABLE@"
7 config.enable_shared         = @LIBCXX_ENABLE_SHARED@
8 config.cxx_abi               = "@LIBCXX_CXX_ABI@"
10 # Let the main config do the real work.
11 lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")