Files
clang-p2996/lld/ELF/Relocations.cpp
Fangrui Song aef2810029 [ELF] Relocations: Avoid MIPS check for ELFCLASS64 with if constexpr. NFC
After inlining, `scanSection` is significantly longer (more than 100+
instructions on x86-64 built with Clang) when `i` does not always
increment by one (MIPS).
2024-04-12 20:53:44 -07:00

94 KiB