3 config.suffixes = ['.ll', '.mir', '.test', '.txt']
5 extract_section_path = os.path.join(config.llvm_src_root,
6 'utils', 'extract-section.py')
8 config.substitutions.append(('extract-section',
9 "'%s' %s %s" % (config.python_executable,
10 extract_section_path, '--byte-indicator --hex-width=2')))
12 if not 'M68k' in config.root.targets:
13 config.unsupported = True