[PATCH] D27969: Move GlobPattern class from LLD to llvm/Support.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 20:03:46 PST 2016


ruiu created this revision.
ruiu added a reviewer: silvas.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D27969

Files:
  lld/ELF/Strings.cpp
  lld/ELF/Strings.h
  llvm/include/llvm/Support/GlobPattern.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/GlobPattern.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/GlobPatternTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27969.82060.patch
Type: text/x-patch
Size: 15309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/469efbf5/attachment.bin>


More information about the llvm-commits mailing list