summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/GlobPatternTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move GlobPattern class from LLD to llvm/Support.Rui Ueyama2016-12-201-0/+70
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. Differential Revision: https://reviews.llvm.org/D27969 llvm-svn: 290212
OpenPOWER on IntegriCloud