BitcodeFile::M is freed before the writer writes a result because of presence
of BitcodeFile::releaseModule(). So we cannot keep pointers to bitcode files
in symbols.
Details
Details
- Reviewers
pcc
Diff Detail
Diff Detail
Differential D10547
[LLD] COFF: Fix unsafe memory access ClosedPublic Authored by ruiu on Jun 18 2015, 1:06 PM.
Details
Summary BitcodeFile::M is freed before the writer writes a result because of presence
Diff Detail Event Timelineruiu updated this object. This revision is now accepted and ready to land.Jun 18 2015, 1:17 PM
Revision Contents
Diff 27954 COFF/InputFiles.cpp
|