Previously, code to initialize Backend and code to initialize Conf are
intermingled in init(), though they don't depend on each other.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D46554
Split BitcodeCompiler::init() into two functions. NFC. ClosedPublic Authored by ruiu on May 7 2018, 3:44 PM.
Details Summary Previously, code to initialize Backend and code to initialize Conf are
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 7 2018, 4:22 PM Closed by commit rL331698: Split BitcodeCompiler::init() into two functions. NFC. (authored by ruiu). · Explain WhyMay 7 2018, 4:29 PM This revision was automatically updated to reflect the committed changes.
Diff 145585 lld/trunk/ELF/LTO.h
lld/trunk/ELF/LTO.cpp
|