Skip to content

Commit

Permalink
[clang] wasm cpu name is supposed to be lime1, not lime (llvm#119262)
Browse files Browse the repository at this point in the history
Originally added in llvm#112035
cc @sunfishcode
  • Loading branch information
programmerjake authored and broxigarchen committed Dec 10, 2024
1 parent aa31a00 commit 3afa096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Basic/Targets/WebAssembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static constexpr auto BuiltinStorage = Builtin::Storage<NumBuiltins>::Make(
});

static constexpr llvm::StringLiteral ValidCPUNames[] = {
{"mvp"}, {"bleeding-edge"}, {"generic"}, {"lime"}};
{"mvp"}, {"bleeding-edge"}, {"generic"}, {"lime1"}};

StringRef WebAssemblyTargetInfo::getABI() const { return ABI; }

Expand Down

0 comments on commit 3afa096

Please sign in to comment.