mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[yaml2obj] format some codes NFC.
Summary: This line is longer than 80 characters. Subscribers: llvm-commits, jakehehrlich Differential Revision: https://reviews.llvm.org/D55419 llvm-svn: 348580
This commit is contained in:
parent
9441a3469b
commit
4b00eac7d0
@ -685,7 +685,8 @@ template <class ELFT> bool ELFState<ELFT>::hasDynamicSymbols() const {
|
||||
Doc.DynamicSymbols.Local.size() > 0;
|
||||
}
|
||||
|
||||
template <class ELFT> SmallVector<const char *, 5> ELFState<ELFT>::implicitSectionNames() const {
|
||||
template <class ELFT>
|
||||
SmallVector<const char *, 5> ELFState<ELFT>::implicitSectionNames() const {
|
||||
if (!hasDynamicSymbols())
|
||||
return {".symtab", ".strtab", ".shstrtab"};
|
||||
return {".symtab", ".strtab", ".shstrtab", ".dynsym", ".dynstr"};
|
||||
|
Loading…
Reference in New Issue
Block a user