This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Use libc++abi on Windows in Fuchsia toolchain
ClosedPublic

Authored by phosek on Jun 2 2021, 2:19 PM.

Details

Summary

Don't use vcruntime, this makes our toolchain more hermetic and avoids
some compiler errors we've encountered in compiler-rt.

Diff Detail

Event Timeline

phosek created this revision.Jun 2 2021, 2:19 PM
phosek requested review of this revision.Jun 2 2021, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2021, 2:19 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
leonardchan accepted this revision.Jun 2 2021, 2:28 PM
This revision is now accepted and ready to land.Jun 2 2021, 2:28 PM
mcgrathr accepted this revision.Jun 2 2021, 2:28 PM

lgtm

This revision was landed with ongoing or failed builds.Jun 2 2021, 2:57 PM
This revision was automatically updated to reflect the committed changes.