This is an archive of the discontinued LLVM Phabricator instance.

[Support] Fix building for Windows on ARM
ClosedPublic

Authored by mstorsjo on Apr 12 2018, 1:31 PM.

Details

Summary

The commit in SVN r310001 that added support for this actually didn't use the right struct field for the frame pointer - for ARM, there is no register named Fp in the CONTEXT struct. On Windows, the R11 register is used as frame pointer.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Apr 12 2018, 1:31 PM
compnerd accepted this revision.Apr 12 2018, 7:41 PM
This revision is now accepted and ready to land.Apr 12 2018, 7:41 PM
This revision was automatically updated to reflect the committed changes.