[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
Thu Feb 18 08:29:27 PST 2016


rafael added inline comments.

================
Comment at: ELF/LinkerScript.cpp:66
@@ -61,3 +65,3 @@
   for (;;) {
-    if (S.empty())
+    if (W.empty())
       return T.empty();
----------------
Why rename S to W in the same commit?


http://reviews.llvm.org/D17290





More information about the llvm-commits mailing list