[lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 12:03:58 PST 2024


================
@@ -2615,6 +2619,47 @@ static uint32_t getAndFeatures() {
   return ret;
 }
 
+static void getAArch64PauthInfo() {
+  if (ctx.objectFiles.empty())
----------------
MaskRay wrote:

delete redundant empty check

https://github.com/llvm/llvm-project/pull/72714


More information about the llvm-commits mailing list