diff options
author | Fangrui Song <i@maskray.me> | 2025-09-29 09:15:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-29 09:15:25 -0700 |
commit | 3b299af92383cb7558224482ccfa714f0162f772 (patch) | |
tree | f899d5adce294e28c67d203c0fb8cd96ada4fc54 /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | a615249d02549c82913dc8c744d769ab41e7385e (diff) | |
download | llvm-3b299af92383cb7558224482ccfa714f0162f772.zip llvm-3b299af92383cb7558224482ccfa714f0162f772.tar.gz llvm-3b299af92383cb7558224482ccfa714f0162f772.tar.bz2 |
ELF: Store EhInputSection relocations to simplify code. NFC
Store relocations directly as `SmallVector<Relocation, 0>` within
EhInputSection to avoid processing different relocation formats
(REL/RELA/CREL) throughout the codebase.
Next: Refactor RelocationScanner to utilize EhInputSection::rels
Pull Request: https://github.com/llvm/llvm-project/pull/161041
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions