[llvm] [orc-rt] Rename orc-executor to ogre (PR #209143)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 04:32:51 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r origin/main...HEAD orc-rt/test/regression/lit.cfg.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2026-07-13 11:19:41.000000 +0000
+++ lit.cfg.py 2026-07-13 11:32:16.959727 +0000
@@ -19,13 +19,12 @@
# Regression test-support tools live under test/tools.
test_tools_dir = os.path.join(config.orc_rt_obj_root, "test", "tools")
llvm_config.with_environment(
- "PATH",
- os.path.join(config.orc_rt_obj_root, "tools", "ogre"),
- append_path=True)
+ "PATH", os.path.join(config.orc_rt_obj_root, "tools", "ogre"), append_path=True
+)
llvm_config.with_environment("PATH", test_tools_dir, append_path=True)
llvm_config.use_default_substitutions()
``````````
</details>
https://github.com/llvm/llvm-project/pull/209143
More information about the llvm-commits
mailing list