annotate libcxx/benchmarks/lit.site.cfg.py.in @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 @LIT_SITE_CFG_IN_HEADER@
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 import sys
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@"
anatofuz
parents:
diff changeset
6 config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@"
anatofuz
parents:
diff changeset
7 config.benchmark_args = "@LIBCXX_BENCHMARK_TEST_ARGS@".split(';')
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 # Let the main config do the real work.
anatofuz
parents:
diff changeset
10 lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/benchmarks/lit.cfg.py")