• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@LIT_SITE_CFG_IN_HEADER@
2
3import sys
4
5config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
6config.polly_obj_root = "@POLLY_BINARY_DIR@"
7config.bin_dir = "@CMAKE_RUNTIME_OUTPUT_DIRECTORY@"
8
9# Let the main config do the real work.
10lit_config.load_config(config, "@POLLY_SOURCE_DIR@/test/UnitIsl/lit.cfg")
11