[clang] [libunwind] [llvm] [WebAssembly] Support for new target `wasm32-linux-muslwali` (PR #162581)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 10 09:07:53 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff origin/main HEAD --extensions c,cpp,h -- clang/lib/Basic/Targets.cpp clang/lib/Basic/Targets/OSTargets.h clang/lib/Basic/Targets/WebAssembly.h clang/lib/Driver/Driver.cpp clang/test/Driver/wasm-toolchain.c clang/test/Driver/wasm-toolchain.cpp llvm/include/llvm/TargetParser/Triple.h llvm/lib/TargetParser/Triple.cpp
``````````

: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 clang-format here.
</summary>

``````````diff
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp
index a2cc72f68..b7e8bad4f 100644
--- a/clang/lib/Basic/Targets.cpp
+++ b/clang/lib/Basic/Targets.cpp
@@ -706,8 +706,8 @@ std::unique_ptr<TargetInfo> AllocateTarget(const llvm::Triple &Triple,
           Triple, Opts);
 
       case llvm::Triple::Linux:
-      return std::make_unique<WALITargetInfo<WebAssembly32TargetInfo>>(Triple,
-                                                                       Opts);
+        return std::make_unique<WALITargetInfo<WebAssembly32TargetInfo>>(Triple,
+                                                                         Opts);
       case llvm::Triple::UnknownOS:
       return std::make_unique<WebAssemblyOSTargetInfo<WebAssembly32TargetInfo>>(
           Triple, Opts);

``````````

</details>


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


More information about the cfe-commits mailing list