[all-commits] [llvm/llvm-project] e8ee94: [llvm][docs] Note Windows on Arm setting in Visual...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Oct 14 07:37:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8ee944a4f2e9f70c8b49452878c2ebe038a8da4
https://github.com/llvm/llvm-project/commit/e8ee944a4f2e9f70c8b49452878c2ebe038a8da4
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M llvm/docs/GettingStartedVS.rst
Log Message:
-----------
[llvm][docs] Note Windows on Arm setting in Visual Studio guide (#147710)
As it very specifically wants ARM64 not what you'd guess which is arm64.
This guide talks about VS2019 that probably has little or no Windows on
Arm support, but I don't have the bandwidth to follow the whole thing
and update it right now.
I think this small change will be enough for most people who download
the latest Visual Studio on a Windows on Arm machine.
https://cmake.org/cmake/help/latest/variable/CMAKE_GENERATOR_TOOLSET.html
https://cmake.org/cmake/help/latest/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.html#variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE
"CMake provides the selected toolchain architecture preference in this
variable (x86, x64, ARM64 or empty)."
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list