[PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
David Majnemer
david.majnemer at gmail.com
Wed Jul 15 11:27:27 PDT 2015
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
More information about the cfe-commits
mailing list