This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Use %gs for ABI slots under -mcmodel=kernel
ClosedPublic

Authored by mcgrathr on Mar 11 2017, 4:28 PM.

Details

Summary

Make x86_64-fuchsia targets under -mcmodel=kernel use %gs rather
than %fs to access ABI slots for stack-protector and safe-stack.

Diff Detail

Repository
rL LLVM

Event Timeline

mcgrathr created this revision.Mar 11 2017, 4:28 PM
phosek accepted this revision.Mar 13 2017, 12:18 PM

LGTM

This revision is now accepted and ready to land.Mar 13 2017, 12:18 PM

Can someone land this for me?

This revision was automatically updated to reflect the committed changes.