[PATCH] D36057: Use class to pass information about executable name
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 13 21:45:39 PDT 2017
sepavloff updated this revision to Diff 110906.
sepavloff added a comment.
Herald added a subscriber: mgorny.
Updated patch
- The class representing info about clang executable name now keeps driver mode component as well,
- Added unit tests.
https://reviews.llvm.org/D36057
Files:
include/clang/Driver/Driver.h
include/clang/Driver/ToolChain.h
lib/Driver/Driver.cpp
lib/Driver/ToolChain.cpp
lib/Tooling/Tooling.cpp
tools/driver/driver.cpp
unittests/Driver/CMakeLists.txt
unittests/Driver/ToolChainTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36057.110906.patch
Type: text/x-patch
Size: 15650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170814/e6ebecaa/attachment.bin>
More information about the cfe-commits
mailing list