lit.site.cfg.py.in 314 B

12345678910
  1. @LIT_SITE_CFG_IN_HEADER@
  2. import sys
  3. config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@"
  4. config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@"
  5. config.benchmark_args = "@LIBCXX_BENCHMARK_TEST_ARGS@".split(';')
  6. # Let the main config do the real work.
  7. lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/benchmarks/lit.cfg.py")