[PATCH] D24926: Added support of configuration files

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 10:37:49 PDT 2017


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

Updated patch

Support and tests for comments and line continuation are removed from
this patch. These features are now presented in https://reviews.llvm.org/D36045. Special
function for reading config files is still required as nested `@file`
must be resolved relative to including file, not current directory.


https://reviews.llvm.org/D24926

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24926.110227.patch
Type: text/x-patch
Size: 9534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170808/caa453a7/attachment.bin>


More information about the llvm-commits mailing list