[all-commits] [llvm/llvm-project] 7a54ae: [ELF] Change objectFiles to ELFFileBase *
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 15 00:37:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a54ae9c1d42f38ce45a2072055e68a790100fd8
https://github.com/llvm/llvm-project/commit/7a54ae9c1d42f38ce45a2072055e68a790100fd8
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/ARMErrataFix.cpp
M lld/ELF/Driver.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/InputFiles.h
M lld/ELF/MapFile.cpp
M lld/ELF/MarkLive.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Change objectFiles to ELFFileBase *
This can sometimes avoid `cast<ObjFile<...>>`.
I intentionally do not touch postScanRelocations to wait for its stabilization.
More information about the All-commits
mailing list