[PATCH] D55419: [yaml2obj] format some codes NFC.
Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 7 03:07:26 PST 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348580: [yaml2obj] format some codes NFC. (authored by Higuoxing, committed by ).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55419/new/
https://reviews.llvm.org/D55419
Files:
llvm/trunk/tools/yaml2obj/yaml2elf.cpp
Index: llvm/trunk/tools/yaml2obj/yaml2elf.cpp
===================================================================
--- llvm/trunk/tools/yaml2obj/yaml2elf.cpp
+++ llvm/trunk/tools/yaml2obj/yaml2elf.cpp
@@ -685,7 +685,8 @@
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"};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55419.177162.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181207/1b4fd1cb/attachment.bin>
More information about the llvm-commits
mailing list