[all-commits] [llvm/llvm-project] d6fa74: [ELF] Merge exportDynamic/isExported and remove Sy...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jan 30 22:26:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6fa74ab3d4cc77005836e72a2d6fe222bab4c59
https://github.com/llvm/llvm-project/commit/d6fa74ab3d4cc77005836e72a2d6fe222bab4c59
Author: Fangrui Song <i at maskray.me>
Date: 2025-01-30 (Thu, 30 Jan 2025)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/SymbolTable.cpp
M lld/ELF/Symbols.cpp
M lld/ELF/Symbols.h
M lld/ELF/SyntheticSections.cpp
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Merge exportDynamic/isExported and remove Symbol::includeInDynsym
Commit 3733ed6f1c6b0eef1e13e175ac81ad309fc0b080 introduced isExported to
cache includeInDynsym. If we don't unnecessarily set isExported for
undefined symbols, exportDynamic/includeInDynsym can be replaced with
isExported.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list