From: Frederic Cambus Date: Mon, 21 Mar 2022 21:05:58 +0000 (+0100) Subject: [compiler-rt] Remove mentions of AuroraUX in code comments and docs. X-Git-Tag: upstream/15.0.7~12836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc01d8fbcfd3f07e2139e898eef48349187ab64f;p=platform%2Fupstream%2Fllvm.git [compiler-rt] Remove mentions of AuroraUX in code comments and docs. AuroraUX was an operating system project based on an OpenSolaris kernel and an Ada userland. There appear to be no public code or release available online anymore. The project page on Wikipedia [1] was deleted in January 2012, and a news item [2] from November 2012 has more details. [1] https://en.wikipedia.org/w/index.php?title=Special:Log/delete&page=AuroraUX [2] https://www.phoronix.com/scan.php?page=news_item&px=MTIyMTI --- diff --git a/compiler-rt/lib/builtins/int_endianness.h b/compiler-rt/lib/builtins/int_endianness.h index def046c..291c6b5 100644 --- a/compiler-rt/lib/builtins/int_endianness.h +++ b/compiler-rt/lib/builtins/int_endianness.h @@ -41,7 +41,7 @@ #error "unknown endianness" #endif // !_LITTLE_ENDIAN -#endif // Solaris and AuroraUX. +#endif // Solaris // .. diff --git a/compiler-rt/test/builtins/Unit/endianness.h b/compiler-rt/test/builtins/Unit/endianness.h index 80d550b..e02ca87 100644 --- a/compiler-rt/test/builtins/Unit/endianness.h +++ b/compiler-rt/test/builtins/Unit/endianness.h @@ -17,7 +17,7 @@ #define _YUGA_BIG_ENDIAN 0 #endif /* _BYTE_ORDER */ -#endif /* Solaris and AuroraUX. */ +#endif /* Solaris */ /* .. */ diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index d190565..0c26a9a 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