[PATCH] D23803: [ELF] - Fix for: PR29093 - version script does not support [chars] wildcards
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 16:18:01 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Strings.cpp:33
@@ -35,2 +32,3 @@
std::string T;
+ bool InBracketExpr = false;
while (!S.empty()) {
----------------
InBracketExpr -> InBracket
https://reviews.llvm.org/D23803
More information about the llvm-commits
mailing list