[all-commits] [llvm/llvm-project] 6d9434: [ELF] Simplify resolveDefined and resolveCommon
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Feb 24 14:08:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d94340809dfe968b1e3e78e605730f4e2253cc3
https://github.com/llvm/llvm-project/commit/6d94340809dfe968b1e3e78e605730f4e2253cc3
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M lld/ELF/Symbols.cpp
M lld/ELF/Symbols.h
Log Message:
-----------
[ELF] Simplify resolveDefined and resolveCommon
This is NFC for valid input (COMMON symbols cannot be weak or versioned).
More information about the All-commits
mailing list