brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 80de8fc Raw
11 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3import sys4 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