This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Support building shared library for Fuchsia
ClosedPublic

Authored by phosek on May 16 2018, 5:06 PM.

Details

Summary

Fuchsia uses ELF as a file format and LLD as the linker so we can
use the same implementation as other ELF based platforms.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 16 2018, 5:06 PM
jakehehrlich accepted this revision.May 16 2018, 5:18 PM
This revision is now accepted and ready to land.May 16 2018, 5:18 PM
This revision was automatically updated to reflect the committed changes.