[PATCH] D46554: Split BitcodeCompiler::init() into two functions. NFC.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 15:44:33 PDT 2018
ruiu created this revision.
ruiu added a reviewer: rdhindsa.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
Previously, code to initialize Backend and code to initialize Conf are
intermingled in init(), though they don't depend on each other.
https://reviews.llvm.org/D46554
Files:
lld/ELF/LTO.cpp
lld/ELF/LTO.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46554.145573.patch
Type: text/x-patch
Size: 3903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180507/4f2c86fc/attachment.bin>
More information about the llvm-commits
mailing list