[compiler-rt] [compiler-rt] [docs] Mention Windows as one of the supported OSes (PR #106874)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 31 14:53:50 PDT 2024
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/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.
>From 2ec13baf08935de0efe24c701f6112c1ef7c05be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin at martin.st>
Date: Sun, 1 Sep 2024 00:48:57 +0300
Subject: [PATCH] [compiler-rt] [docs] Mention Windows as one of the supported
OSes
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 72f1491a396f6f..6e0cd41e95a532 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/www/index.html
@@ -77,7 +77,7 @@ <h2 id="requirements">Platform Support</h2>
<p><b>builtins</b> is known to work on the following platforms:</p>
<ul>
<li>Machine Architectures: i386, X86-64, SPARC64, ARM, PowerPC, PowerPC 64.</li>
- <li>OS: DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Linux, Darwin.</li>
+ <li>OS: DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Linux, Darwin, Windows.</li>
</ul>
<p>Most sanitizer runtimes are supported only on Linux x86-64. See tool-specific
More information about the llvm-commits
mailing list