summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/LoongArch/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/LoongArch/lit.local.cfg')
-rw-r--r--llvm/test/CodeGen/LoongArch/lit.local.cfg17
1 files changed, 10 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/LoongArch/lit.local.cfg b/llvm/test/CodeGen/LoongArch/lit.local.cfg
index a54f5aeca4ab..bc630dbef706 100644
--- a/llvm/test/CodeGen/LoongArch/lit.local.cfg
+++ b/llvm/test/CodeGen/LoongArch/lit.local.cfg
@@ -1,13 +1,16 @@
import os
-config.suffixes = ['.ll', '.mir', '.test', '.txt']
+config.suffixes = [".ll", ".mir", ".test", ".txt"]
-extract_section_path = os.path.join(config.llvm_src_root,
- 'utils', 'extract-section.py')
+extract_section_path = os.path.join(config.llvm_src_root, "utils", "extract-section.py")
-config.substitutions.append(('extract-section',
- "'%s' %s %s" % (config.python_executable,
- extract_section_path, '--bits-endian little')))
+config.substitutions.append(
+ (
+ "extract-section",
+ "'%s' %s %s"
+ % (config.python_executable, extract_section_path, "--bits-endian little"),
+ )
+)
-if not 'LoongArch' in config.root.targets:
+if not "LoongArch" in config.root.targets:
config.unsupported = True