diff options
author | Tomas Matheson <tomas.matheson@arm.com> | 2023-12-21 16:25:55 +0000 |
---|---|---|
committer | Tomas Matheson <tomas.matheson@arm.com> | 2023-12-21 16:25:55 +0000 |
commit | 9f0f5587426a4ff24b240018cf8bf3acc3c566ae (patch) | |
tree | 5a3434e46c532296127fac1fc6626d498541286a /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 886655869cef2e0f11da8981da30d70ad7892ff9 (diff) | |
download | llvm-9f0f5587426a4ff24b240018cf8bf3acc3c566ae.zip llvm-9f0f5587426a4ff24b240018cf8bf3acc3c566ae.tar.gz llvm-9f0f5587426a4ff24b240018cf8bf3acc3c566ae.tar.bz2 |
Revert "[AArch64] Codegen support for FEAT_PAuthLR"
This reverts commit 5992ce90b8c0fac06436c3c86621fbf6d5398ee5.
Builtbot failures with expensive checks enabled.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index d78f259..b2e173d0 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -1106,9 +1106,6 @@ void CodeGenModule::Release() { if (LangOpts.BranchTargetEnforcement) getModule().addModuleFlag(llvm::Module::Min, "branch-target-enforcement", 1); - if (LangOpts.BranchProtectionPAuthLR) - getModule().addModuleFlag(llvm::Module::Min, "branch-protection-pauth-lr", - 1); if (LangOpts.hasSignReturnAddress()) getModule().addModuleFlag(llvm::Module::Min, "sign-return-address", 1); if (LangOpts.isSignReturnAddressScopeAll()) |