[PATCH] D24933: Enable configuration files in clang
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 19 09:36:17 PST 2017
sepavloff updated this revision to Diff 123503.
sepavloff added a comment.
Updated patch
- Added command line option for setting directories where config files are searched for,
- Fixed architecture calculation,
- Option --config in config file is now diagnosed,
- Output made by option -v contains config file search directories,
- Test are changed so that they do not fail on non-x86 architectures,
- Added new tests.
https://reviews.llvm.org/D24933
Files:
docs/UsersManual.rst
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Config/config.h.cmake
include/clang/Driver/Driver.h
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/Driver/Inputs/config-1.cfg
test/Driver/Inputs/config-2.cfg
test/Driver/Inputs/config-2a.cfg
test/Driver/Inputs/config-3.cfg
test/Driver/Inputs/config-4.cfg
test/Driver/Inputs/config-5.cfg
test/Driver/Inputs/config-6.cfg
test/Driver/Inputs/config/config-4.cfg
test/Driver/Inputs/config/i386-qqq.cfg
test/Driver/Inputs/config/i386-qqq3.cfg
test/Driver/Inputs/config/x86_64-qqq.cfg
test/Driver/Inputs/config/x86_64-qqq2.cfg
test/Driver/Inputs/config/x86_64.cfg
test/Driver/Inputs/config2/config-4.cfg
test/Driver/Inputs/config2/i386.cfg
test/Driver/config-file-errs.c
test/Driver/config-file.c
test/Driver/config-file2.c
test/Driver/config-file3.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24933.123503.patch
Type: text/x-patch
Size: 38382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171119/1e829fd6/attachment-0001.bin>
More information about the cfe-commits
mailing list