[all-commits] [llvm/llvm-project] 7b9890: [MC][ELF] Remove unneeded MCSymbol::setExternal calls
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 20 21:30:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b9890e17e9e9be4d14845f3bfe52e1a06ab032a
https://github.com/llvm/llvm-project/commit/7b9890e17e9e9be4d14845f3bfe52e1a06ab032a
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M llvm/include/llvm/MC/MCSymbol.h
M llvm/lib/MC/MCELFStreamer.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
Log Message:
-----------
[MC][ELF] Remove unneeded MCSymbol::setExternal calls
ELF code uses symbol bindings and does not call isExternal().
More information about the All-commits
mailing list