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 dff5c30 commit fb4e9c5Copy full SHA for fb4e9c5
llvm/lib/Object/IRSymtab.cpp
@@ -54,7 +54,7 @@ static constexpr StringLiteral PreservedSymbols[] = {
54
"__stack_chk_guard",
55
};
56
57
-static constexpr bool isPreservedGlobalVarName(StringRef Name) {
+static bool isPreservedGlobalVarName(StringRef Name) {
58
return PreservedSymbols[0] == Name || PreservedSymbols[1] == Name;
59
}
60
0 commit comments