[all-commits] [llvm/llvm-project] a594fd: [Driver] Move detectLibcxxIncludePath to ToolChain
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Oct 2 14:24:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a594fd28e373cb7cd348cf01f6a90e055bf6cf6d
https://github.com/llvm/llvm-project/commit/a594fd28e373cb7cd348cf01f6a90e055bf6cf6d
Author: Petr Hosek <phosek at google.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/Fuchsia.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
Log Message:
-----------
[Driver] Move detectLibcxxIncludePath to ToolChain
This helper method is useful even outside of Gnu toolchains, so move
it to ToolChain so it can be reused in other toolchains such as Fuchsia.
Differential Revision: https://reviews.llvm.org/D88452
More information about the All-commits
mailing list