| commit | 0b9a90364b577b49362b721d46c7be4340ba8b70 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Tue May 24 04:19:20 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Tue May 24 04:19:20 2016 +0000 |
| tree | 78f26d8457665f9b06280f30244d59e8cd464bf9 | |
| parent | 151ff307834d8073fce81c6a3e8a067430f4e2b2 [diff] [blame] |
Rename EHInputSection -> EhInputSection. llvm-svn: 270532
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index 4300431..8af6f7b 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp
@@ -1363,7 +1363,7 @@ // Now that scan relocs possibly changed the size, update the offset. Sec->setSize(Off + S->getSize()); - } else if (auto *EH = dyn_cast<EHInputSection<ELFT>>(S)) { + } else if (auto *EH = dyn_cast<EhInputSection<ELFT>>(S)) { if (EH->RelocSection) scanRelocs(*EH, *EH->RelocSection); }