This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Disable calls to fprintf when building for baremetal targets in release mode
ClosedPublic

Authored by rs on Feb 24 2017, 8:11 AM.

Details

Summary

We've been having issues with using libcxxabi and libunwind for baremetal targets because fprintf is dependent on io functions, this patch disable calls to fprintf when building for baremetal targets in release mode.

libcxxabi patch is here https://reviews.llvm.org/D30339

Diff Detail

Event Timeline

rs created this revision.Feb 24 2017, 8:11 AM
rs edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 24 2017, 8:29 AM
This revision was automatically updated to reflect the committed changes.