Skip to content

Commit 8cf52dd

Browse files
committed
Update lit.cfg.py to fix formatting.
1 parent d8f0ee6 commit 8cf52dd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

orc-rt/test/lit.cfg.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,16 @@
4040

4141
# test_exec_root: The root path where tests should be run.
4242
config.test_exec_root = os.path.join(config.orcrt_obj_root, "test")
43-
llvm_config.with_environment("PATH", os.path.join(config.orcrt_obj_root, "tools", "orc-executor"), append_path=True)
43+
llvm_config.with_environment(
44+
"PATH",
45+
os.path.join(config.orcrt_obj_root, "tools", "orc-executor"),
46+
append_path=True)
4447
config.substitutions.append(("%PATH%", config.environment["PATH"]))
45-
#config.substitutions.append(("%shlibext", config.llvm_shlib_ext))
48+
# config.substitutions.append(("%shlibext", config.llvm_shlib_ext))
4649
config.substitutions.append(("%llvm_src_root", config.llvm_src_root))
47-
#config.substitutions.append(("%host_cxx", config.host_cxx))
48-
#config.substitutions.append(("%host_cc", config.host_cc))
49-
if (config.llvm_rt_tools_dir):
50+
# config.substitutions.append(("%host_cxx", config.host_cxx))
51+
# config.substitutions.append(("%host_cc", config.host_cc))
52+
if config.llvm_rt_tools_dir:
5053
config.llvm_tools_dir = config.llvm_rt_tools_dir
5154
llvm_config.use_default_substitutions()
5255

0 commit comments

Comments
 (0)