This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add driver support for Fuchsia
ClosedPublic

Authored by phosek on Sep 30 2016, 12:14 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 73111.Sep 30 2016, 12:14 PM
phosek retitled this revision from to Add driver support for Fuchsia.
phosek updated this object.
phosek added a subscriber: cfe-commits.

The patch with LLVM triple for Fuchsia is here: https://reviews.llvm.org/D25116

phosek set the repository for this revision to rL LLVM.Oct 4 2016, 3:03 PM
phosek retitled this revision from Add driver support for Fuchsia to [Driver] Add driver support for Fuchsia.
phosek updated this revision to Diff 73562.Oct 4 2016, 3:09 PM
rsmith accepted this revision.Oct 5 2016, 3:15 PM
rsmith edited edge metadata.
This revision is now accepted and ready to land.Oct 5 2016, 3:15 PM
This revision was automatically updated to reflect the committed changes.