[PATCH] D24917: Resolve response file names relative to including file

Serge Pavlov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 23:56:30 PDT 2016


sepavloff updated this revision to Diff 72952.
sepavloff added a comment.

Updated patch

Instead of changing resolution of all nested response file names, introduce
new mode of ExpandResponseFiles, in which relative names are resolved in the
new way. Implementation of config files may use the new mode while other
code continue using previous implementation. Such solution must not cause
compatibility issues.


https://reviews.llvm.org/D24917

Files:
  include/llvm/Support/CommandLine.h
  lib/Support/CommandLine.cpp
  unittests/Support/CommandLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24917.72952.patch
Type: text/x-patch
Size: 6701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160929/f8f11a14/attachment.bin>


More information about the llvm-commits mailing list