Skip to content

Commit c7f8098

Browse files
committed
Apply darker formatting
1 parent 19fe1a3 commit c7f8098

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

flang-rt/test/lit.cfg.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,17 @@ def shjoin(args, sep=" "):
8080
extra_args=isysroot_flag,
8181
unresolved="fatal",
8282
),
83-
ToolSubst("%cc",
84-
command=config.cc,
85-
extra_args=isysroot_flag,
86-
unresolved="fatal"
87-
),
83+
ToolSubst("%cc", command=config.cc, extra_args=isysroot_flag, unresolved="fatal"),
8884
]
8985
llvm_config.add_tool_substitutions(tools)
9086

9187
# Let tests find LLVM's standard tools (FileCheck, split-file, not, ...)
9288
llvm_config.with_environment("PATH", config.llvm_tools_dir, append_path=True)
9389

9490
# Include path for C headers that define Flang's Fortran ABI.
95-
config.substitutions.append(("%include", os.path.join(config.flang_source_dir, "include")))
91+
config.substitutions.append(
92+
("%include", os.path.join(config.flang_source_dir, "include"))
93+
)
9694

9795
# Library path of libflang_rt.runtime.a (for lib search path when using non-Flang driver for linking)
9896
config.substitutions.append(("%libdir", config.flang_rt_output_resource_lib_dir))

0 commit comments

Comments
 (0)