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(
12 config.python_executable,
14 "--byte-indicator --hex-width=2",
19 if not "M68k" in config.root.targets:
20 config.unsupported = True