[compiler-rt] 4787ef3 - [compiler-rt] Document that builtins is known to work on OpenBSD.
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 01:29:15 PDT 2021
Author: Frederic Cambus
Date: 2021-09-07T04:25:12-04:00
New Revision: 4787ef3d0f0abfdc041d418aba28a7e6473f0766
URL: https://github.com/llvm/llvm-project/commit/4787ef3d0f0abfdc041d418aba28a7e6473f0766
DIFF: https://github.com/llvm/llvm-project/commit/4787ef3d0f0abfdc041d418aba28a7e6473f0766.diff
LOG: [compiler-rt] Document that builtins is known to work on OpenBSD.
Differential Revision: https://reviews.llvm.org/D109346
Added:
Modified:
compiler-rt/www/index.html
Removed:
################################################################################
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index b04e410aad7fb..3954a3c4e516a 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: AuroraUX, DragonFlyBSD, FreeBSD, NetBSD, Linux, Darwin.</li>
+ <li>OS: AuroraUX, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Linux, Darwin.</li>
</ul>
<p>Most sanitizer runtimes are supported only on Linux x86-64. See tool-specific
More information about the llvm-commits
mailing list