This is an archive of the discontinued LLVM Phabricator instance.

[msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.
ClosedPublic

Authored by arm-chrjan01 on Mar 5 2018, 4:25 AM.

Details

Summary

Starting with the Fall Creators Update, Windows 10 Desktop can run on machines that are powered by aarch64 processors.
Microsoft call the aarch64 architecture "arm64". This patch maps ArchType::aarch64 to "arm64" to allow the MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.

Diff Detail

Repository
rL LLVM

Event Timeline

arm-chrjan01 created this revision.Mar 5 2018, 4:25 AM

I don't have commit access. Please commit after approval.

rnk accepted this revision.Mar 5 2018, 1:37 PM

lgtm

This revision is now accepted and ready to land.Mar 5 2018, 1:37 PM
This revision was automatically updated to reflect the committed changes.