Skip to content

Commit af5c18a

Browse files
authored
[compiler-rt] [docs] Mention Windows as one of the supported OSes (llvm#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.
1 parent 7e6bad1 commit af5c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/www/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 id="requirements">Platform Support</h2>
7777
<p><b>builtins</b> is known to work on the following platforms:</p>
7878
<ul>
7979
<li>Machine Architectures: i386, X86-64, SPARC64, ARM, PowerPC, PowerPC 64.</li>
80-
<li>OS: DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Linux, Darwin.</li>
80+
<li>OS: DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Linux, Darwin, Windows.</li>
8181
</ul>
8282

8383
<p>Most sanitizer runtimes are supported only on Linux x86-64. See tool-specific

0 commit comments

Comments
 (0)