[PATCH] D25117: Add driver support for Fuchsia

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 12:14:10 PDT 2016


phosek created this revision.
phosek added a subscriber: cfe-commits.

Provide toolchain and tool support for Fuchsia operating system. Fuchsia uses compiler-rt as the runtime library and libc++, libc++abi and libunwind as the C++ standard library. lld is used as a default linker.


https://reviews.llvm.org/D25117

Files:
  lib/Basic/Targets.cpp
  lib/Driver/Driver.cpp
  lib/Driver/ToolChains.cpp
  lib/Driver/ToolChains.h
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h
  test/Driver/fuchsia.c
  test/Driver/fuchsia.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25117.73111.patch
Type: text/x-patch
Size: 16416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160930/7a288418/attachment-0001.bin>


More information about the cfe-commits mailing list