This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Use -Bstatic/dynamic for libc++ on Fuchsia
ClosedPublic

Authored by phosek on Nov 3 2018, 9:26 PM.

Details

Summary

-static relies on lld's behavior, but -Bstatic/dynamic across all
linkers, -lm is only needed when statically linking libc++.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Nov 3 2018, 9:26 PM
mcgrathr accepted this revision.Nov 3 2018, 9:32 PM

lgtm

This revision is now accepted and ready to land.Nov 3 2018, 9:32 PM
This revision was automatically updated to reflect the committed changes.