[clang] [libunwind] [llvm] Support for new target `wasm32-linux-muslwali` (PR #162581)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 08:23:28 PDT 2025
================
@@ -453,8 +453,7 @@ std::unique_ptr<TargetInfo> AllocateTarget(const llvm::Triple &Triple,
return std::make_unique<FuchsiaTargetInfo<RISCV64TargetInfo>>(Triple,
Opts);
case llvm::Triple::Haiku:
- return std::make_unique<HaikuTargetInfo<RISCV64TargetInfo>>(Triple,
- Opts);
+ return std::make_unique<HaikuTargetInfo<RISCV64TargetInfo>>(Triple, Opts);
----------------
dschuff wrote:
please remove extraneous changes. I assume this is from clang-formatting the file; you can use 'git clang-format' to format just the part that you're already changing. (although I don't mind the formatting changes in the wasm-related code).
https://github.com/llvm/llvm-project/pull/162581
More information about the llvm-commits
mailing list