This is an archive of the discontinued LLVM Phabricator instance.

[LLD] COFF: Remove BitcodeFile::BitcodFile(StringRef Filename)
ClosedPublic

Authored by ruiu on Jun 1 2015, 2:14 PM.

Details

Reviewers
pcc
Summary

In r238690 I made all files have only MemoryBufferRefs. This change is to do
the same thing for the bitcode file reader. Also updated a few variable names
to match with other code.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 26930.Jun 1 2015, 2:14 PM
ruiu retitled this revision from to [LLD] COFF: Remove BitcodeFile::BitcodFile(StringRef Filename).
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: pcc.
ruiu added a subscriber: Unknown Object (MLST).
pcc accepted this revision.Jun 1 2015, 2:19 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 1 2015, 2:19 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r238782.