[PATCH] [Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shell

Kostya Serebryany kcc at google.com
Tue Mar 31 10:50:12 PDT 2015


LGTM

Ugh.


================
Comment at: lib/sanitizer_common/scripts/sancov.py:187
@@ +186,3 @@
+  for f in sys.argv[2:]:
+    if f.find("*") != -1:
+      file_list += glob.glob(f)
----------------
What about '?'
Why not run glob unconditionally.

http://reviews.llvm.org/D8724

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list