majnemer added a subscriber: majnemer.

================
Comment at: tools/driver/driver.cpp:239-240
@@ +238,4 @@
+#ifdef LLVM_ON_WIN32
+  // Transform to lowercase for case insensitive file systems.
+  ProgName = StringRef(ProgName).lower();
+#endif
----------------
You could do this in-place on ProgName to save a copy.


http://reviews.llvm.org/D11229




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to