We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Driver.cpp
1 parent d268f8d commit c6c87beCopy full SHA for c6c87be
lib/Driver/Driver.cpp
@@ -345,7 +345,7 @@ Driver::buildToolChain(const llvm::opt::InputArgList &ArgList) {
345
case llvm::Triple::Haiku:
346
return std::make_unique<toolchains::GenericUnix>(*this, target);
347
case llvm::Triple::WASI:
348
- return std::make_unique<toolchains::GenericUnix>(*this, target);
+ return std::make_unique<toolchains::WebAssembly>(*this, target);
349
default:
350
Diags.diagnose(SourceLoc(), diag::error_unknown_target,
351
ArgList.getLastArg(options::OPT_target)->getValue());
0 commit comments