[PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 04:26:44 PDT 2016


grimar updated this revision to Diff 69095.
grimar added a comment.

- Fixed bug (".data" expression was generated from ".data" instead of "\.data"), added testcase.
- Addressed review comments.


https://reviews.llvm.org/D23829

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Strings.cpp
  ELF/Strings.h
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  test/ELF/wildcards2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23829.69095.patch
Type: text/x-patch
Size: 9274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/364f71f9/attachment.bin>


More information about the llvm-commits mailing list