[PATCH] D22015: [ELF] Introduce a flag to parse response file according to windows rules

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 12:50:20 PDT 2016


rafael added a comment.

I think this is fine with a nit, but wait for Rui to check it too.


================
Comment at: ELF/DriverUtils.cpp:61
@@ +60,3 @@
+  for (const char *F : Argv)
+    if (strncmp(F, "--rsp-quoting=", 14) == 0)
+      RspQuoting = F;
----------------
StringRef has startswith.


http://reviews.llvm.org/D22015





More information about the llvm-commits mailing list