[all-commits] [llvm/llvm-project] 385573: [ELF] Inline ARMExidxSyntheticSection::classof. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Mar 15 23:41:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 385573e07b528f04e70aeb82c3462cb0bd699779
https://github.com/llvm/llvm-project/commit/385573e07b528f04e70aeb82c3462cb0bd699779
Author: Fangrui Song <i at maskray.me>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
Log Message:
-----------
[ELF] Inline ARMExidxSyntheticSection::classof. NFC
To optimize the only call site `dyn_cast<ARMExidxSyntheticSection>(first)` and
decrease code size.
More information about the All-commits
mailing list