This is an archive of the discontinued LLVM Phabricator instance.

Moved SymbolLocation into its own header and implementation file
ClosedPublic

Authored by gribozavr on Feb 28 2019, 2:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gribozavr created this revision.Feb 28 2019, 2:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2019, 2:52 AM
ioeric accepted this revision.Feb 28 2019, 2:56 AM
This revision is now accepted and ready to land.Feb 28 2019, 2:56 AM

I think another option here is to move Symbol+SymbolLocations to a Symbol.h library. SymbolLocation is often used along with Symbol.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2019, 3:04 AM