[PATCH] D24926: Added support of configuration files
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 22:31:21 PST 2017
sepavloff updated this revision to Diff 128317.
sepavloff added a comment.
Updated patch
Treatment of trailing backslashes is moved to `tokenizeConfigFile`.
Now all operations related to config file support are separated from
the rest of code.
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.128317.patch
Type: text/x-patch
Size: 9086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171229/e5fb3c42/attachment.bin>
More information about the llvm-commits
mailing list