brintos

brintos / llvm-project-archived public Read only

0
0
Text · 477 B · 2c6ce81 Raw
17 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3import sys4 5config.llvm_src_root = "@LLVM_SOURCE_DIR@"6config.llvm_obj_root = "@LLVM_BINARY_DIR@"7config.orc_rt_obj_root = "@ORC_RT_BINARY_DIR@"8config.host_triple = "@LLVM_HOST_TRIPLE@"9config.target_triple = "@LLVM_TARGET_TRIPLE@"10config.llvm_tools_dir = "@ORC_RT_LLVM_TOOLS_DIR@"11 12 13import lit.llvm14lit.llvm.initialize(lit_config, config)15# Let the main config do the real work.16lit_config.load_config(config, "@ORC_RT_SOURCE_DIR@/test/lit.cfg.py")17