This is an archive of the discontinued LLVM Phabricator instance.

Move GlobPattern class from LLD to llvm/Support.
ClosedPublic

Authored by ruiu on Dec 19 2016, 8:03 PM.

Details

Summary

GlobPattern is a class to handle glob pattern matching. Currently
only LLD is using that, but technically that feature is not specific
to linkers, so in this patch I move that file to LLVM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 82060.Dec 19 2016, 8:03 PM
ruiu retitled this revision from to Move GlobPattern class from LLD to llvm/Support..
ruiu updated this object.
ruiu added a reviewer: silvas.
ruiu added a subscriber: llvm-commits.
davide accepted this revision.Dec 20 2016, 6:16 AM
davide added a reviewer: davide.
davide added a subscriber: davide.

No objection. I agree this could live in LLVM.

This revision is now accepted and ready to land.Dec 20 2016, 6:16 AM
silvas accepted this revision.Dec 20 2016, 2:30 PM
silvas edited edge metadata.

Nice! Thanks for adding the unittest too!

This revision was automatically updated to reflect the committed changes.