diff options
author | Lang Hames <lhames@gmail.com> | 2022-10-30 11:11:27 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2022-10-30 11:21:08 -0700 |
commit | b4db2da420dce3f52e6a003e9a41a68c1747cef4 (patch) | |
tree | 30524a49194725e14b173f415c1eaf96e8120721 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 7ede0b2cc520da59e8459563cbd1a36cc8492f86 (diff) | |
download | llvm-b4db2da420dce3f52e6a003e9a41a68c1747cef4.zip llvm-b4db2da420dce3f52e6a003e9a41a68c1747cef4.tar.gz llvm-b4db2da420dce3f52e6a003e9a41a68c1747cef4.tar.bz2 |
[JITLink][AArch64] Remove unused Pointer64Anon edge kind.
Pointer64Anon was lifted out of the MachO backend and into aarch64.h when that
header was created, but Pointer64Anon is really a MachO-specific "normalized"
relocation value, rather than a generic Edge::Kind. Any uses can be safely
replaced with Pointer64.
(Side note: the role of MachOPointer64Anon is to aid MachO relocation parsing:
For MachOPointer64, the target symbol is specified by the r_symbolnum field in
the relocation. For MachOPointer64Anon the address of the anonymous target is
read from the fixup location.)
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions