blob: 6583fe698bc377d8a5b1cafedbbbaf7be74efbad [file] [log] [blame]
# FIXME: edit by 127
# Default golden linker is the 'ld' appear in the PATH environment variable.
# If you want to use other golden model linker, you can change this configuration.
# You can use absolute path if golden model linker do not appear in the PATH.
config.golden_model_linker = "ld"
## Autogenerated by MCLinker configuration.
config.mclinker_src_root = "@MCLINKER_SOURCE_ROOT@"
config.mclinker_obj_root = "@MCLINKER_OBJECT_ROOT@"
config.llc = "@LLC@"
config.mcld = "@MCLD@"
config.fakeld = "@FAKELD@"
config.llvm_config = "@LLVM_CONFIG@"
# Let the main config do the real work.
lit_config.load_config(config, "@MCLINKER_SOURCE_ROOT@/test/lit.cfg")