[all-commits] [llvm/llvm-project] 61312f: [ELF] sortSections: delete unneeded outSecOff assi...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Dec 23 01:24:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61312fd5aa1e193cfa41004ff0fe84e0a2061c6e
https://github.com/llvm/llvm-project/commit/61312fd5aa1e193cfa41004ff0fe84e0a2061c6e
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] sortSections: delete unneeded outSecOff assignment
Related to D45368 but outSecOff is unneeded because resolveShfLinkOrder uses
stable_sort.
More information about the All-commits
mailing list