This is an archive of the discontinued LLVM Phabricator instance.

[X86][Darwin] Add Darwin stack probing functions
AbandonedPublic

Authored by aemerson on Dec 5 2017, 2:31 PM.

Details

Reviewers
beanz
kubamracek
Summary

[X86][Darwin] Add Darwin stack probing functions.

The new function is a clone of an existing implementation, and doesn't modify the stack pointer.

rdar://25859140

Diff Detail