[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / M68k / lit.local.cfg
blobf42093af07708857748f27fe927e763aebb98f76
1 import os
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