[lld] [PAC][lld][AArch64][ELF] Support signed GOT (PR #96169)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 14:58:44 PDT 2024
================
@@ -131,6 +131,11 @@ class GotSection final : public SyntheticSection {
size_t numEntries = 0;
uint32_t tlsIndexOff = -1;
uint64_t size = 0;
+ struct AuthEntryInfo {
+ size_t offset;
+ bool isSymbolFunc;
+ };
+ SmallVector<AuthEntryInfo> authEntries;
----------------
MaskRay wrote:
`, 0`
https://github.com/llvm/llvm-project/pull/96169
More information about the llvm-commits
mailing list