File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ macOS x86 GCC, Clang
257257macOS arm64 Clang
258258Cygwin/Win32 x86\ :sup: `1, 3` GCC
259259Windows 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
271273Note that Debug builds require a lot of time and disk space. An LLVM-only build
272274will need about 1-3 GB of space. A full build of LLVM and Clang will need around
You can’t perform that action at this time.
0 commit comments