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.
1 parent bb78728 commit f97b674Copy full SHA for f97b674
llvm/lib/Support/AllocToken.cpp
@@ -24,6 +24,7 @@ llvm::getAllocTokenModeFromString(StringRef Name) {
24
.Case("random", AllocTokenMode::Random)
25
.Case("typehash", AllocTokenMode::TypeHash)
26
.Case("typehashpointersplit", AllocTokenMode::TypeHashPointerSplit)
27
+ .Case("default", DefaultAllocTokenMode)
28
.Default(std::nullopt);
29
}
30
0 commit comments