You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
293 B
11 lines
293 B
@LIT_SITE_CFG_IN_HEADER@
|
|
|
|
import sys
|
|
|
|
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
|
config.polly_obj_root = "@POLLY_BINARY_DIR@"
|
|
config.bin_dir = "@CMAKE_RUNTIME_OUTPUT_DIRECTORY@"
|
|
|
|
# Let the main config do the real work.
|
|
lit_config.load_config(config, "@POLLY_SOURCE_DIR@/test/UnitIsl/lit.cfg")
|