This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Fuchsia targets default to -fasynchronous-unwind-tables
ClosedPublic

Authored by mcgrathr on Sep 11 2017, 4:56 PM.

Details

Summary

This regressed for x86-64 in r307856 because it's no longer inherited
from Generic_GCC. We'd never noticed that it was missing other
targets (i.e. aarch64), but Fuchsia is uniform across all machines.

Diff Detail

Repository
rL LLVM

Event Timeline

mcgrathr created this revision.Sep 11 2017, 4:56 PM
phosek accepted this revision.Sep 11 2017, 4:59 PM

LGTM

This revision is now accepted and ready to land.Sep 11 2017, 4:59 PM
This revision was automatically updated to reflect the committed changes.