[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 14:53:51 PDT 2020


phosek created this revision.
phosek added reviewers: kristina, leonardchan.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
phosek requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88452

Files:
  clang/include/clang/Driver/ToolChain.h
  clang/lib/Driver/ToolChain.cpp
  clang/lib/Driver/ToolChains/Fuchsia.cpp
  clang/lib/Driver/ToolChains/Gnu.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88452.294815.patch
Type: text/x-patch
Size: 3910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200928/56ae1d67/attachment.bin>


More information about the cfe-commits mailing list