[all-commits] [llvm/llvm-project] 35d5c8: Omit unneeded `!ctx.aarch64PauthAbiCoreInfo.empty(...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Mon Oct 28 11:41:45 PDT 2024
Branch: refs/heads/users/kovdan01/lld-pac-plt-with-pauth-core-info
Home: https://github.com/llvm/llvm-project
Commit: 35d5c863870ef9a6be69b0c6370b6f753042b8af
https://github.com/llvm/llvm-project/commit/35d5c863870ef9a6be69b0c6370b6f753042b8af
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M lld/ELF/Driver.cpp
Log Message:
-----------
Omit unneeded `!ctx.aarch64PauthAbiCoreInfo.empty()` check
With `llvm::any_of(ctx.aarch64PauthAbiCoreInfo, /*...*/)` being true,
the byte range is always non-empty.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list