[all-commits] [llvm/llvm-project] e4c360: [MC][ELF] Drop MCSymbol::isExternal call sites
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 20 21:18:42 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4c360a897fe062914519d331e8f1e28b2b1fbfd
https://github.com/llvm/llvm-project/commit/e4c360a897fe062914519d331e8f1e28b2b1fbfd
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M llvm/lib/MC/ELFObjectWriter.cpp
Log Message:
-----------
[MC][ELF] Drop MCSymbol::isExternal call sites
ELF uses symbol bindings and MCSymbol::isExternal is not really useful.
The function is no longer used in ELF code now.
More information about the All-commits
mailing list