This is an archive of the discontinued LLVM Phabricator instance.

[Support] Support building LLVM for Fuchsia
ClosedPublic

Authored by phosek on May 1 2018, 8:12 PM.

Details

Summary

These are necessary changes to support building LLVM for Fuchsia.
While these are not sufficient to run LLVM on Fuchsia, they are still
useful when cross-compiling LLVM libraries and runtimes for Fuchsia.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 1 2018, 8:12 PM
mcgrathr accepted this revision.May 2 2018, 10:59 AM

lgtm with a comment

llvm/lib/Support/Unix/Path.inc
368 ↗(On Diff #144826)

Comment something like "Fuchsia doesn't support remote filesystem mounts so far."

This revision is now accepted and ready to land.May 2 2018, 10:59 AM
phosek updated this revision to Diff 144964.May 2 2018, 6:29 PM
phosek marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.