[all-commits] [llvm/llvm-project] e1b854: Revert "[Clang] Add option to set alternative tool...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Thu Mar 31 00:58:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1b85430e98f243a32156617a54f3f01fd74fd8e
https://github.com/llvm/llvm-project/commit/e1b85430e98f243a32156617a54f3f01fd74fd8e
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
M clang/include/clang/Driver/Driver.h
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
R clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-11.2.0/include/.keep
R clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-11.2.0/lib64/.keep
R clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/include/.keep
R clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/lib/gcc/powerpc64le-linux-gnu/8.3.0/.keep
R clang/test/Driver/Inputs/powerpc64le-linux-gnu-tree/gcc-8.3.0/lib64/.keep
R clang/test/Driver/overlay-toolchain.cpp
Log Message:
-----------
Revert "[Clang] Add option to set alternative toolchain path"
--overlay-platform-toolchain inserts a whole new toolchain path with
higher priority than system default, which could be achieved by
composing smaller options. We need to figure out alternative solution
and what is missing among these basic options.
More information about the All-commits
mailing list