[PATCH] D35328: Reland "[Driver] Update Fuchsia driver path handling"

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 14:15:20 PDT 2017


phosek created this revision.

Several improvements to the Fuchsia driver:

- Search for C++ library headers and libraries in directories that

are part of the toolchain distribution rather than sysroot.

- Use LLVM support utlities to construct paths to make sure the driver

is also usable on Windows for cross-compiling.

- Change the driver to inherit directly from ToolChain rather than

Generic_GCC since we don't need any of the GCC related multilib logic.


Repository:
  rL LLVM

https://reviews.llvm.org/D35328

Files:
  lib/Driver/ToolChains/Fuchsia.cpp
  lib/Driver/ToolChains/Fuchsia.h
  test/Driver/fuchsia.c
  test/Driver/fuchsia.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35328.106304.patch
Type: text/x-patch
Size: 7011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170712/d5c20b1f/attachment.bin>


More information about the cfe-commits mailing list