================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits