[PATCH] D32613: [Driver] Update Fuchsia driver path handling
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 27 12:21:31 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/D32613
Files:
lib/Driver/ToolChains/Fuchsia.cpp
lib/Driver/ToolChains/Fuchsia.h
test/Driver/fuchsia.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32613.96972.patch
Type: text/x-patch
Size: 5080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170427/345e112c/attachment.bin>
More information about the cfe-commits
mailing list