We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c08e commit 0ee5924Copy full SHA for 0ee5924
clang/lib/Basic/Targets/WebAssembly.cpp
@@ -35,7 +35,7 @@ static constexpr auto BuiltinStorage = Builtin::Storage<NumBuiltins>::Make(
35
});
36
37
static constexpr llvm::StringLiteral ValidCPUNames[] = {
38
- {"mvp"}, {"bleeding-edge"}, {"generic"}, {"lime"}};
+ {"mvp"}, {"bleeding-edge"}, {"generic"}, {"lime1"}};
39
40
StringRef WebAssemblyTargetInfo::getABI() const { return ABI; }
41
0 commit comments