[lld] [llvm] Add initial support for Xtensa to LLD (PR #202926)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 03:51:13 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 lld/test/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-06-10 10:41:53.000000 +0000
+++ lit.cfg.py	2026-06-10 10:50:41.842128 +0000
@@ -97,11 +97,11 @@
                 "RISCV": "riscv",
                 "Sparc": "sparc",
                 "SystemZ": "systemz",
                 "WebAssembly": "wasm",
                 "X86": "x86",
-                'Xtensa': 'xtensa',
+                "Xtensa": "xtensa",
             },
         ),
         ("--assertion-mode", {"ON": "asserts"}),
     ]
 )

``````````

</details>


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


More information about the llvm-commits mailing list