Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / M68k / lit.local.cfg
blob571ff6a748bf9ce264730907c43ea953a0131518
1 import os
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(
8     (
9         "extract-section",
10         "'%s' %s %s"
11         % (
12             config.python_executable,
13             extract_section_path,
14             "--byte-indicator --hex-width=2",
15         ),
16     )
19 if not "M68k" in config.root.targets:
20     config.unsupported = True