[PATCH] [ELF] Add CodeModel attribute to the DefinedAtom class

Rui Ueyama ruiu at google.com
Wed Nov 12 14:37:53 PST 2014


LGTM but please address Nick's comment before submitting.

================
Comment at: lib/ReaderWriter/ELF/Mips/MipsDynamicLibraryWriter.h:82
@@ +81,3 @@
+  return LLD_UNIQUE_BUMP_PTR(SymbolTable<ELFT>)(new (
+      this->_alloc) MipsSymbolTable<ELFT>(_mipsContext));
+}
----------------
nit: is this what clang-format formatted?

http://reviews.llvm.org/D6236






More information about the llvm-commits mailing list