[PATCH] D121992: [Clang] [Driver] Add option to set alternative toolchain path
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 23 04:28:51 PDT 2022
qiucf updated this revision to Diff 417566.
qiucf marked 3 inline comments as done.
qiucf added a comment.
- Move test to another file
- Add documentation on option
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121992/new/
https://reviews.llvm.org/D121992
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Driver.h
clang/include/clang/Driver/Options.td
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-11.2.0/include/.keep
clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-11.2.0/lib64/.keep
clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/include/.keep
clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/lib/gcc/powerpc64le-linux-gnu/8.3.0/.keep
clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/lib64/.keep
clang/test/Driver/overlay-toolchain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121992.417566.patch
Type: text/x-patch
Size: 5861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220323/632e01dc/attachment.bin>
More information about the cfe-commits
mailing list