[PATCH] D17290: [ELF] - Teach input section wildcard patterns to recognize '?' meta character.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 11:49:39 PST 2016


rafael added inline comments.

================
Comment at: ELF/LinkerScript.cpp:58
@@ -57,3 +57,3 @@
 
-// Returns true if S matches T. S may contain a meta character '*'
-// which matches zero or more occurrences of any character.
+// Returns true if S matches T. S can contain DOS-style wildcard characters.
+// The asterisk ('*') matches one or more characacters, and the question
----------------
glob is probably a better known term than DOS-style wildcard.


http://reviews.llvm.org/D17290





More information about the llvm-commits mailing list