[PATCH] D26043: Replace GAlloc with a template function.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 12:59:01 PDT 2016
ruiu created this revision.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
This patch replaces GAlloc<ELFT>::<sometype>.Allocate() with
alloc<sometype<ELFT>>().
https://reviews.llvm.org/D26043
Files:
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/Memory.cpp
ELF/Memory.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26043.76086.patch
Type: text/x-patch
Size: 3939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/ae29ffa1/attachment.bin>
More information about the llvm-commits
mailing list