================ @@ -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