About this Install Guide

This guide is intended to get you up and running with this tool quickly with the most common settings. For a thorough review of all options, refer to the official documentation.

LLVM version 12 or higher natively supports Windows on Arm. View the supported Arm architecture features in the open-sourced LLVM toolchain.

Download and install

The latest version of the LLVM toolchain with Windows on Arm native support is 16.0.0. Download the pre-built binary .

Note

A warning message may appear in your browser due to the publisher being listed as Unknown. The warning is:

Microsoft Defender SmartScreen couldn't verify if this file is safe because it isn't commonly downloaded. Make sure you trust the file you're downloading or its source before you open it.

It is safe to ignore this warning and proceed.

After download, run LLVM-16.0.0-woa64.exe on a Windows on Arm machine. The installer will start. By default, the installer does not add LLVM to the system PATH. If you easily want to invoke LLVM from any directory, select the option to Add LLVM to the system PATH for all users.

Image Alt Text:img1

Proceed with Install.

The setup will complete successfully. Select Finish to close the installer.

Image Alt Text:img2

Check the installation

Open a Windows Command prompt or a PowerShell prompt and run:

    

        
        
            clang --version
        
    

The output should look like:

    

        
        clang version 16.0.0
Target: aarch64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\LLVM\bin

        
    

Other versions of LLVM

You can download other LLVM builds from the download repository .

Note

The pre-built binary for Windows on Arm is typically named LLVM-<version>-woa64.exe.


Feedback

How would you rate the overall quality of this tool quick-install guide?