diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-06-25 12:51:55 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-06-25 12:51:55 +0000 |
commit | fb66ad5ea1c62a5d1fe77aefa4a945db1859ba5b (patch) | |
tree | 16ac267be7405aecc86224ed65d715fb69b6af80 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | da5cca4f438d69b36b363ccb632f8a3a98ef904a (diff) | |
download | bcm5719-llvm-fb66ad5ea1c62a5d1fe77aefa4a945db1859ba5b.tar.gz bcm5719-llvm-fb66ad5ea1c62a5d1fe77aefa4a945db1859ba5b.zip |
[ELF] - ICF: Remove dead code. NFC.
Code is dead. We use only InputSections when building the list of
sections elegible for the ICF:
https://github.com/llvm-mirror/lld/blob/master/ELF/ICF.cpp#L439
And 'isEligible' filters out SyntheticSections as well for us.
That way the only Kind we have in the Sections vector is SectionBase::Regular,
so we do not need to check sections kind at all, it is always the same.
llvm-svn: 335460
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions