[compiler-rt] af5c18a - [compiler-rt] [docs] Mention Windows as one of the supported OSes (#106874)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 00:57:46 PDT 2024
Author: Martin Storsjö
Date: 2024-09-03T10:57:43+03:00
New Revision: af5c18ad356ee334f3ec629149940f84d4b5f06d
URL: https://github.com/llvm/llvm-project/commit/af5c18ad356ee334f3ec629149940f84d4b5f06d
DIFF: https://github.com/llvm/llvm-project/commit/af5c18ad356ee334f3ec629149940f84d4b5f06d.diff
LOG: [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.
Added:
Modified:
compiler-rt/www/index.html
Removed:
################################################################################
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