[PATCH] D18370: ELF: Create LTO.{cpp, h} and move LTO-related code to that file.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 12:21:33 PDT 2016
ruiu created this revision.
ruiu added reviewers: rafael, davide.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.
The code for LTO has been growing, so now is probably a good time to
move it to its own file. SymbolTable.cpp is for symbol table, and
because compiling bitcode files are semantically not a part of
symbol table, this is I think a good thing to do.
http://reviews.llvm.org/D18370
Files:
ELF/CMakeLists.txt
ELF/LTO.cpp
ELF/LTO.h
ELF/SymbolTable.cpp
ELF/SymbolTable.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18370.51320.patch
Type: text/x-patch
Size: 13610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160322/c680d456/attachment.bin>
More information about the llvm-commits
mailing list