summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-12-20 21:40:50 -0800
committerFangrui Song <maskray@google.com>2020-01-08 09:41:59 -0800
commitb841e119d77ed0502e3a2e710f26a899bef28b3c (patch)
tree33745e0e9cc344060845e49dd4010c7c5cfb2a7f /llvm/lib/MC/MCAsmStreamer.cpp
parent96e2376d02f0840e82b96314108660ecabe63c7f (diff)
downloadbcm5719-llvm-b841e119d77ed0502e3a2e710f26a899bef28b3c.tar.gz
bcm5719-llvm-b841e119d77ed0502e3a2e710f26a899bef28b3c.zip
[ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFC
Weak undefined symbols are preemptible after D71794. if (sym.isPreemptible) return false; if (!config->isPic) return true; // isPic means includeInDynsym is true after D71794. ... // We can delete this if because it can never be true. if (sym.isUndefWeak) return true; Differential Revision: https://reviews.llvm.org/D71795
Diffstat (limited to 'llvm/lib/MC/MCAsmStreamer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud