This is an archive of the discontinued LLVM Phabricator instance.

LTO: Don't follow lazy references when seeing new definitions in the combined LTO object
ClosedPublic

Authored by hans on Oct 11 2016, 2:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hans updated this revision to Diff 74200.Oct 11 2016, 2:14 AM
hans retitled this revision from to LTO: Don't follow lazy references when seeing new definitions in the combined LTO object.
hans updated this object.
hans added reviewers: pcc, ruiu.
hans added a subscriber: llvm-commits.
pcc accepted this revision.Oct 11 2016, 10:45 AM
pcc edited edge metadata.

LGTM

test/COFF/lto-lazy-reference.ll
3 ↗(On Diff #74200)

We normally rm -f the archive file before creating it.

13 ↗(On Diff #74200)

s/real/lazy-reference/

16 ↗(On Diff #74200)

ditto

This revision is now accepted and ready to land.Oct 11 2016, 10:45 AM
hans marked 3 inline comments as done.Oct 12 2016, 2:08 AM

Thanks for the review!

This revision was automatically updated to reflect the committed changes.