[PATCH] [ELF] Add CodeModel attribute to the DefinedAtom class
Simon Atanasyan
simon at atanasyan.com
Wed Nov 12 21:53:31 PST 2014
================
Comment at: lib/ReaderWriter/ELF/Mips/MipsDynamicLibraryWriter.h:82
@@ +81,3 @@
+ return LLD_UNIQUE_BUMP_PTR(SymbolTable<ELFT>)(new (
+ this->_alloc) MipsSymbolTable<ELFT>(_mipsContext));
+}
----------------
ruiu wrote:
> nit: is this what clang-format formatted?
Yes, it looks strange a bit but it is result of the clang-format.
http://reviews.llvm.org/D6236
More information about the llvm-commits
mailing list