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 36544d9 commit f7370edCopy full SHA for f7370ed
llvm/lib/IR/AutoUpgrade.cpp
@@ -5203,7 +5203,8 @@ void llvm::CopyModuleAttrToFunctions(Module &M) {
5203
StringRef GCSValue =
5204
isModuleAttributeSet(M, "guarded-control-stack") ? "true" : "false";
5205
StringRef SignKeyValue =
5206
- isModuleAttributeSet(M, "sign-return-address-with-bkey") ? "b_key" : "a_key";
+ isModuleAttributeSet(M, "sign-return-address-with-bkey") ? "b_key"
5207
+ : "a_key";
5208
5209
for (Function &F : M.getFunctionList()) {
5210
if (F.isDeclaration())
0 commit comments