commit | 9320cb07199686cfa380a34a3e1af0b6763a7216 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Mon Feb 27 02:56:02 2017 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Mon Feb 27 02:56:02 2017 +0000 |
tree | 3b9469d0570fee1c1d4a9e26b05a7e1330db4543 | |
parent | 02064a307691b6fa127dd08244e4faa7602e9876 [diff] [blame] |
De-template SyntheticSection. This class didn't use ELFT. llvm-svn: 296313
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 89bc440..39b2fe0 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp
@@ -137,7 +137,7 @@ return; InputSection *First = Sections[0]; - if (isa<SyntheticSection<ELFT>>(First)) + if (isa<SyntheticSection>(First)) return; this->Link = In<ELFT>::SymTab->OutSec->SectionIndex;