From eaf6c1446d4e99a385bde14552535cbc18b61c02 Mon Sep 17 00:00:00 2001
From: Henry Kleynhans
Date: Tue, 27 Jan 2026 10:35:20 +0000
Subject: [PATCH] [Clang] Remove gnuwin32 documentation references (#177557)
Remove the documentation references to GnuWin32. The project is no
longer maintained, and as LLVM is now using Git, `llvm-lit` is now using
the GNU core utilities packaged with it rather than requiring a separate
installation.
This appears to have been on
[discourse](https://discourse.llvm.org/t/gnuwin32-alternatives-for-tests-of-msvc-build/42846/3)
but not implemented yet.
---
clang/www/get_started.html | 18 ++++++------------
clang/www/hacking.html | 12 +++++-------
2 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 0087aba16883..40dfcc2982bb 100755
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -121,9 +121,12 @@ Visual Studio:
- Get the required tools:
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index a17e791eed47..90dcc3f4fc04 100755
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -184,13 +184,11 @@
https://www.python.org/downloads/.
Download the latest stable version.
- The GnuWin32 tools are also necessary for running the tests.
- Get them from
- http://getgnuwin32.sourceforge.net/.
- If the environment variable %PATH% does not have GnuWin32,
- or if other grep(s) supercedes GnuWin32 on %PATH%,
- you should specify LLVM_LIT_TOOLS_DIR
- to CMake explicitly.
+ The GNU core utilities included in Git For Windows
+ are also required to run the tests. This is available from
+ https://git-scm.com/download.
+ You can specify the LLVM_LIT_TOOLS_DIR to CMake explicitly
+ to override the location of the GNU core utilities used for testing.
The cmake build tool is set up to create Visual Studio project files
for running the tests, "check-clang" being the root. Therefore, to