This is an archive of the discontinued LLVM Phabricator instance.

[find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo.
ClosedPublic

Authored by hokein on Apr 28 2016, 1:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 55384.Apr 28 2016, 1:22 AM
hokein retitled this revision from to [find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo..
hokein updated this object.
hokein set the repository for this revision to rL LLVM.
hokein added a subscriber: cfe-commits.
bkramer accepted this revision.Apr 28 2016, 2:53 AM
bkramer edited edge metadata.

lg.

This revision is now accepted and ready to land.Apr 28 2016, 2:53 AM
hokein updated this revision to Diff 55398.Apr 28 2016, 4:58 AM
hokein edited edge metadata.

Don't append absolute path to build directory.

We will get the absolute file paths in some cases, such as STL.

This revision was automatically updated to reflect the committed changes.