Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lit.local.cfg
blobbc630dbef706bdfd5375b239d42d1a7a02e8309e
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         % (config.python_executable, extract_section_path, "--bits-endian little"),
12     )
15 if not "LoongArch" in config.root.targets:
16     config.unsupported = True