xref: /llvm-project/compiler-rt/test/profile/lit.site.cfg.py.in (revision a3b0dde4edb93248f74d86c63b0ae108854004e6)
18007ff1aSReid Kleckner@LIT_SITE_CFG_IN_HEADER@
28007ff1aSReid Kleckner
38007ff1aSReid Kleckner# Tool-specific config options.
48007ff1aSReid Klecknerconfig.profile_lit_binary_dir = "@PROFILE_LIT_BINARY_DIR@"
58007ff1aSReid Klecknerconfig.target_cflags = "@PROFILE_TEST_TARGET_CFLAGS@"
68007ff1aSReid Klecknerconfig.target_arch = "@PROFILE_TEST_TARGET_ARCH@"
7*a3b0dde4SDaniel Thornburghconfig.have_curl = @LLVM_ENABLE_CURL_PYBOOL@
88007ff1aSReid Kleckner
98007ff1aSReid Kleckner# Load common config for all compiler-rt lit tests.
108007ff1aSReid Klecknerlit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
118007ff1aSReid Kleckner
128007ff1aSReid Kleckner# Load tool-specific config that would do the real work.
138007ff1aSReid Klecknerlit_config.load_config(config, "@PROFILE_LIT_SOURCE_DIR@/lit.cfg.py")
14