This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add an llvm-lto path for compiler-rt.
AbandonedPublic

Authored by sunfish on Nov 25 2019, 10:58 AM.

Details

Reviewers
None
Summary

This allows LTO-enabled builds of compiler-rt to be used.

Diff Detail

Event Timeline

sunfish created this revision.Nov 25 2019, 10:58 AM
sunfish abandoned this revision.Nov 26 2019, 11:27 AM

I've done some more experimenting with this, and it turns out not to work very well, because calls to these functions get generated after LTO runs, so I'll abandon this.