[llvm] [orc-rt] Move the regression tests into test/regression (PR #208391)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 01:00:29 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-09 07:53:25.000000 +0000
+++ lit.cfg.py	2026-07-09 07:59:44.186326 +0000
@@ -10,15 +10,14 @@
 
 config.name = "ORC-RT"
 config.test_format = lit.formats.ShTest()
 config.test_source_root = os.path.dirname(__file__)
 config.test_exec_root = os.path.join(config.orc_rt_obj_root, "test", "regression")
-config.suffixes = [
-    ".test"
-]
+config.suffixes = [".test"]
 
 llvm_config.with_environment(
     "PATH",
     os.path.join(config.orc_rt_obj_root, "tools", "orc-executor"),
-    append_path=True)
+    append_path=True,
+)
 
 llvm_config.use_default_substitutions()

``````````

</details>


https://github.com/llvm/llvm-project/pull/208391


More information about the llvm-commits mailing list