This is an archive of the discontinued LLVM Phabricator instance.

Fix SourceFileName when loading the FunctionInfoIndex from bitcode.
AbandonedPublic

Authored by mehdi_amini on Mar 12 2016, 11:20 PM.

Details

Reviewers
tejohnson
Summary

We need to use the SourceFileName recorded in the bitcode, and not the "identifier" of the buffer.

Diff Detail

Event Timeline

mehdi_amini retitled this revision from to Fix SourceFileName when loading the FunctionInfoIndex from bitcode..
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.
mehdi_amini abandoned this revision.Mar 13 2016, 12:54 AM

Nahhh that's wrong, forget it.