diff options
author | Fangrui Song <i@maskray.me> | 2025-10-13 23:32:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-13 23:32:34 -0700 |
commit | 22bf331933c2b072bc2b2fd00c70b2b3b1c21a98 (patch) | |
tree | c77ff5ca57850bf1a7c123fef695944defcd587a /llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp | |
parent | 5a560b306dbc93c5f9dde3a0a4e39d5d56a287dc (diff) | |
download | llvm-22bf331933c2b072bc2b2fd00c70b2b3b1c21a98.zip llvm-22bf331933c2b072bc2b2fd00c70b2b3b1c21a98.tar.gz llvm-22bf331933c2b072bc2b2fd00c70b2b3b1c21a98.tar.bz2 |
[ELF] Refactor RelocScan::scan to be target-specific (#163138)
- Extract RelocScan to RelocScan.h. The file includes Target.h, and
cannot be merged with Relocations.h
- Add MIPS and PPC64 specific relocation scanners, removing runtime
checks for other targets.
This refactoring prepares the codebase for better target-specific
optimizations and easier addition of target-specific behavior.
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp')
0 files changed, 0 insertions, 0 deletions