This is an archive of the discontinued LLVM Phabricator instance.

[llgo] irgen: introduce ManglePackagePath function
ClosedPublic

Authored by pcc on Dec 29 2014, 3:21 PM.

Details

Summary

This is useful for clients that need to use llgo's mangling of the package
path to look up a specific function within a given package.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 17686.Dec 29 2014, 3:21 PM
pcc retitled this revision from to [llgo] irgen: introduce ManglePackagePath function.
pcc updated this object.
pcc edited the test plan for this revision. (Show Details)
pcc added a reviewer: axw.
pcc added a subscriber: Unknown Object (MLST).
axw accepted this revision.Dec 29 2014, 4:23 PM
axw edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 29 2014, 4:23 PM
This revision was automatically updated to reflect the committed changes.