Skip to content

Commit 10bb682

Browse files
committed
note Windows Clang
1 parent c5380cd commit 10bb682

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ macOS x86 GCC, Clang
257257
macOS arm64 Clang
258258
Cygwin/Win32 x86\ :sup:`1, 3` GCC
259259
Windows x86\ :sup:`1` Visual Studio
260-
Windows x64 x86-64 Visual Studio
261-
Windows on Arm ARM64 Visual Studio
260+
Windows x64 x86-64 Visual Studio, Clang\ :sup:`4`
261+
Windows on Arm ARM64 Visual Studio, Clang\ :sup:`4`
262262
================== ===================== =============
263263

264264
.. note::
@@ -267,6 +267,8 @@ Windows on Arm ARM64 Visual Studio
267267
#. Code generation supported for 32-bit ABI only
268268
#. To use LLVM modules on Win32-based system, you may configure LLVM
269269
with ``-DBUILD_SHARED_LIBS=On``.
270+
#. Visual Studio alone can compile LLVM. When using Clang, you
271+
must also have Visual Studio installed.
270272

271273
Note that Debug builds require a lot of time and disk space. An LLVM-only build
272274
will need about 1-3 GB of space. A full build of LLVM and Clang will need around

0 commit comments

Comments
 (0)