[PATCH] D22015: [ELF] Introduce a flag to parse response file according to windows rules
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 10:14:03 PDT 2016
ruiu added a subscriber: ruiu.
ruiu added a comment.
Please upload a new patch after implementing Sean/Rafael's suggestions.
================
Comment at: ELF/DriverUtils.cpp:61
@@ -60,2 +60,3 @@
StringSaver Saver(Alloc);
- cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Vec);
+ cl::TokenizerCallback TC = (Config->UseWindowsRsp)
+ ? cl::TokenizeWindowsCommandLine
----------------
Remove ().
http://reviews.llvm.org/D22015
More information about the llvm-commits
mailing list