From af5c18ad356ee334f3ec629149940f84d4b5f06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 3 Sep 2024 10:57:43 +0300 Subject: [PATCH] [compiler-rt] [docs] Mention Windows as one of the supported OSes (#106874) Compiler-rt can be built for Windows, and most parts of it work. Some parts only really work on x86/x86_64 (like address sanitizers), but the OS overall is supported. --- compiler-rt/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index 72f1491a396f..6e0cd41e95a5 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -77,7 +77,7 @@

builtins is known to work on the following platforms:

Most sanitizer runtimes are supported only on Linux x86-64. See tool-specific