This is an archive of the discontinued LLVM Phabricator instance.

A couple of minor build fixes for Windows Arm host
Needs ReviewPublic

Authored by arm-chrjan01 on Mar 23 2018, 3:05 AM.

Details

Reviewers
zturner
rnk
Summary

Use the Arm version of the Debug Interface Access SDK when cross-compiling for an Arm host using the Visual Studio compiler.
Use CONTEXT.R11 instead of CONTEXT.Fp. Fp field does not exist in Windows SDK 10.0.16299.0, at least.

Diff Detail

Repository
rL LLVM