3 config.suffixes = [".ll", ".mir", ".test", ".txt"]
5 extract_section_path = os.path.join(config.llvm_src_root, "utils", "extract-section.py")
7 config.substitutions.append(
11 % (config.python_executable, extract_section_path, "--bits-endian little"),
15 if not "LoongArch" in config.root.targets:
16 config.unsupported = True