Skip to content

Commit 0ee5924

Browse files
[clang] wasm cpu name is supposed to be lime1, not lime (#119262)
Originally added in #112035 cc @sunfishcode
1 parent 502c08e commit 0ee5924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/WebAssembly.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static constexpr auto BuiltinStorage = Builtin::Storage<NumBuiltins>::Make(
3535
});
3636

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

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

0 commit comments

Comments
 (0)