This is an archive of the discontinued LLVM Phabricator instance.

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
intermingled in init(), though they don't depend on each other.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.May 7 2018, 3:44 PM
rdhindsa accepted this revision.May 7 2018, 4:22 PM

LGTM

This revision is now accepted and ready to land.May 7 2018, 4:22 PM
This revision was automatically updated to reflect the committed changes.