[PATCH] [ELF] Support response file.

Rui Ueyama ruiu at google.com
Thu Mar 27 20:45:38 PDT 2014



================
Comment at: lib/Driver/GnuLdDriver.cpp:104
@@ +103,3 @@
+static std::tuple<int, const char **>
+maybeExpandResponseFiles(int argc, const char **argv, BumpPtrAllocator &alloc) {
+  bool expanded = false;
----------------
Reid Kleckner wrote:
> Any reason why cl::ExpandResponseFiles() can't be used instead of this reimplementation?
Wow, I was not just aware of it. I'll use it.


http://llvm-reviews.chandlerc.com/D3210



More information about the llvm-commits mailing list