Skip to content

Commit

Permalink
CI/CD Updates (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonjh authored Sep 18, 2024
1 parent 2a74c14 commit 1bc047e
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 49 deletions.
11 changes: 6 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3387,14 +3387,15 @@ Linux/x86_64 (uClibc-ng, G++, GCC):
- |
# Start of Build ...
echo -e "section_start:`date +%s`:Build_section[collapsed=true]\r\e[0K\033[0;36mBuild ...\033[0m" || true
- export PATH="${HOME:?}/x-tools/x86_64-pc-linux-uclibc/x86_64-pc-linux-uclibc/bin:${HOME:?}/x-tools/x86_64-pc-linux-uclibc/bin:${PATH:?}"
- export PATH="${HOME:?}/x-tools/x86_64-loca-linux-uclibc/x86_64-local-linux-uclibc/bin:${HOME:?}/x-tools/x86_64-local-linux-uclibc/bin:${PATH:?}"
- export CTNG_LD_IS="gold"
- export LDFLAGS="-static"
- export CC="x86_64-pc-linux-uclibc-gcc"
- export CXX="x86_64-pc-linux-uclibc-g++"
- export CC="x86_64-local-linux-uclibc-gcc"
- export CXX="x86_64-local-linux-uclibc-g++"
- ${CC:?} --version
- ${CXX:?} --version
- make SIR_NO_PLUGINS=1
- make tests++ SIR_NO_PLUGINS=1
- make SIR_NO_SHARED=1
- make tests++ SIR_NO_SHARED=1
- |
# End of Build ...
echo -e "section_end:`date +%s`:Build_section\r\e[0K" || true
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci/circle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ ARG URL

RUN set -x && \
cd /tmp && mkdir -p circle && cd circle && \
( wget -q https://www.circle-lang.org/linux/build_210.tgz || \
wget -q "${URL:-http://192.168.1.187:8088/~jhj/cache/build_210.tgz}" ) && \
gzip -dc build_210.tgz | tar xvf - circle && \
( wget -q https://www.circle-lang.org/linux/build_217.tgz || \
wget -q "${URL:-http://192.168.1.187:8088/~jhj/cache/build_217.tgz}" ) && \
gzip -dc build_217.tgz | tar xvf - circle && \
cp -f circle /usr/bin/circle && \
chmod a+x /usr/bin/circle && \
strip --strip-all /usr/bin/circle && \
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci/ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR /opt
ARG URL

RUN set -x && \
curl -fsSL "${URL:-https://github.com/johnsonjh/ndk/releases/download/r26c/android-ndk-r27-linux.tar.lz}" | \
curl -fsSL "${URL:-https://github.com/johnsonjh/ndk/releases/download/r26c/android-ndk-r27b-linux.tar.lz}" | \
lzip -dc | tar xvf - && \
dnf -y clean all && \
rm -rf ~/.cache && \
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci/uclibc-ng/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ USER 10000
RUN cd ~user && \
mkdir -p x-tools && \
cd x-tools && \
curl "${URL:-http://192.168.1.187:8088/~jhj/cache/x86_64-pc-linux-uclibc.tar.bz2}" | \
bzip2 -dc | \
curl "${URL:-http://192.168.1.187:8088/~jhj/cache/x86_64-local-linux-uclibc.tar.lz}" | \
lzip -dc | \
tar xvf - && \
rm -f x86_64-pc-linux-uclibc/build.log.lz && cd
rm -f x86_64-local-linux-uclibc/build.log.bz2 && cd

USER 10000

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ At this time, libsir is supported (*that is, it compiles and passes the test sui

| System | Toolchain |
| ------:|:--------- |
| **Linux**&nbsp;≳2.6.32<br>(glibc&nbsp;≳2.4, musl&nbsp;≳1.2.3, uClibc‑ng&nbsp;≳1.0.43) | **GCC**&nbsp;(4.8.4&nbsp;‑&nbsp;14.2.1),&nbsp; **Clang**&nbsp;(3.8&nbsp;‑&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6),&nbsp; **Circle**&nbsp;(1.0.0‑210),&nbsp; **IBM&nbsp;Advance&nbsp;Toolchain**&nbsp;(14&nbsp;‑&nbsp;17),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.1.2&nbsp;‑&nbsp;16.1.1.15),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.0&nbsp;‑&nbsp;17.1.1.2),&nbsp; **NVIDIA&nbsp;HPC&nbsp;SDK&nbsp;C/C++**&nbsp;(23.5&nbsp;‑&nbsp;24.7),&nbsp; **Arm&nbsp;HPC&nbsp;C/C++**&nbsp;(22.1&nbsp;‑&nbsp;24.04),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.104.2&nbsp;‑&nbsp;2.110.0),&nbsp; **AMD&nbsp;Optimizing&nbsp;C/C++**&nbsp;(4.0.0&nbsp;‑&nbsp;4.2.0),&nbsp; **Intel&nbsp;oneAPI&nbsp;DPC++/C++**&nbsp;(2023.1&nbsp;‑&nbsp;2024.2.1),&nbsp; **Open64**&nbsp;(5,&nbsp;AMD&nbsp;4.5.2.1),&nbsp; **Intel&nbsp;C++&nbsp;Compiler&nbsp;Classic**&nbsp;(2021.9.0&nbsp;‑&nbsp;2021.10.0),&nbsp; **Portable&nbsp;C&nbsp;Compiler**&nbsp;(1.2.0.DEVEL‑20230730),&nbsp; **Kefir**&nbsp;(≳0.3.0),&nbsp; **Chibicc**&nbsp;(2020.12.6),&nbsp; **CompCert&nbsp;C**&nbsp;(3.11&nbsp;‑&nbsp;3.14,&nbsp;no‑TLS),&nbsp; **Chamois‑CompCert&nbsp;C**&nbsp;(3.14‑20231130,&nbsp;TLS) |
| **Android**&nbsp;≳5 | **Android&nbsp;NDK**&nbsp;(r25c&nbsp;&nbsp;r27) |
| **Linux**&nbsp;≳2.6.32<br>(glibc&nbsp;≳2.4, musl&nbsp;≳1.2.3, uClibc‑ng&nbsp;≳1.0.43) | **GCC**&nbsp;(4.8.4&nbsp;‑&nbsp;14.2.1),&nbsp; **Clang**&nbsp;(3.8&nbsp;‑&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6),&nbsp; **Circle**&nbsp;(1.0.0‑210&nbsp;‑&nbsp;1.0.0‑217),&nbsp; **IBM&nbsp;Advance&nbsp;Toolchain**&nbsp;(14&nbsp;‑&nbsp;17),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.1.2&nbsp;‑&nbsp;16.1.1.15),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.0&nbsp;‑&nbsp;17.1.1.2),&nbsp; **NVIDIA&nbsp;HPC&nbsp;SDK&nbsp;C/C++**&nbsp;(23.5&nbsp;‑&nbsp;24.7),&nbsp; **Arm&nbsp;HPC&nbsp;C/C++**&nbsp;(22.1&nbsp;‑&nbsp;24.04),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.104.2&nbsp;‑&nbsp;2.110.0),&nbsp; **AMD&nbsp;Optimizing&nbsp;C/C++**&nbsp;(4.0.0&nbsp;‑&nbsp;4.2.0),&nbsp; **Intel&nbsp;oneAPI&nbsp;DPC++/C++**&nbsp;(2023.1&nbsp;‑&nbsp;2024.2.1),&nbsp; **Open64**&nbsp;(5,&nbsp;AMD&nbsp;4.5.2.1),&nbsp; **Intel&nbsp;C++&nbsp;Compiler&nbsp;Classic**&nbsp;(2021.9.0&nbsp;‑&nbsp;2021.10.0),&nbsp; **Portable&nbsp;C&nbsp;Compiler**&nbsp;(1.2.0.DEVEL‑20230730),&nbsp; **Kefir**&nbsp;(≳0.3.0),&nbsp; **Chibicc**&nbsp;(2020.12.6),&nbsp; **CompCert&nbsp;C**&nbsp;(3.11&nbsp;‑&nbsp;3.14,&nbsp;no‑TLS),&nbsp; **Chamois‑CompCert&nbsp;C**&nbsp;(3.14‑20231130,&nbsp;TLS) |
| **Android**&nbsp;≳5 | **Android&nbsp;NDK**&nbsp;(r25c&nbsp;&nbsp;r27b) |
| **IBM AIX**&nbsp;7.2,&nbsp;7.3 | **GCC**&nbsp;(8.3&nbsp;&nbsp;12.3),&nbsp; **Clang**&nbsp;(18.1.2&nbsp;&nbsp;18.1.8),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.0.3&nbsp;&nbsp;16.1.0.18),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.1&nbsp;&nbsp;17.1.2.9) |
| **IBM i**&nbsp;(**PASE**)&nbsp;7.5 | **GCC**&nbsp;(10.3.0&nbsp;&nbsp;10.5.0),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.0.15&nbsp;&nbsp;16.1.0.18) |
| **macOS**&nbsp;≳10.15 | **Xcode**&nbsp;(11.7&nbsp;&nbsp;16.0),&nbsp; **GCC**&nbsp;(10.4&nbsp;&nbsp;14.2.0),&nbsp; **Clang**&nbsp;(11.0.3&nbsp;&nbsp;18.1.8),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.105.0&nbsp;&nbsp;2.110.0),&nbsp; **Intel&nbsp;C++&nbsp;Compiler&nbsp;Classic**&nbsp;(2021.9.0&nbsp;&nbsp;2021.10.0) |
| **Windows**&nbsp;≳10,&nbsp;11 | **Microsoft&nbsp;Visual&nbsp;C/C++**&nbsp;(17.6&nbsp;&nbsp;17.10.5),&nbsp; **Clang‑CL**&nbsp;(16.0.6&nbsp;&nbsp;18.1.8),&nbsp; **GCC‑MinGW**&nbsp;(12.2.1&nbsp;&nbsp;14.2.1),&nbsp; **LLVM‑MinGW**&nbsp;(15.0&nbsp;&nbsp;18.1.8),&nbsp; **Embarcadero&nbsp;C++**&nbsp;(7.20&nbsp;&nbsp;7.70),&nbsp; **OrangeC**&nbsp;(≳6.71.10) |
| **Windows**&nbsp;≳10,&nbsp;11 | **Microsoft&nbsp;Visual&nbsp;C/C++**&nbsp;(17.6&nbsp;&nbsp;17.11.3),&nbsp; **Clang‑CL**&nbsp;(16.0.6&nbsp;&nbsp;18.1.8),&nbsp; **GCC‑MinGW**&nbsp;(12.2.1&nbsp;&nbsp;14.2.1),&nbsp; **LLVM‑MinGW**&nbsp;(15.0&nbsp;&nbsp;18.1.8),&nbsp; **Embarcadero&nbsp;C++**&nbsp;(7.20&nbsp;&nbsp;7.70),&nbsp; **OrangeC**&nbsp;(≳6.71.10) |
| **Cygwin**&nbsp;3.4 | **GCC**&nbsp;(11.2&nbsp;&nbsp;13.2.1) |
| **FreeBSD**&nbsp;≳11.3 | **GCC**&nbsp;(11.4&nbsp;&nbsp;13.2.1),&nbsp; **Clang**&nbsp;(10&nbsp;&nbsp;18.1.8),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.105.0&nbsp;&nbsp;2.110.0) |
| **NetBSD**&nbsp;9.2 | **GCC**&nbsp;(7.5&nbsp;&nbsp;13.2),&nbsp; **Clang**&nbsp;(15.0.7&nbsp;&nbsp;17.0.6) |
Expand All @@ -107,7 +107,7 @@ At this time, libsir is supported (*that is, it compiles and passes the test sui
| **Solaris**&nbsp;11.4 | **GCC**&nbsp;(10.3&nbsp;&nbsp;11.2),&nbsp; **Clang**&nbsp;(6&nbsp;&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6) |
| **illumos** | **GCC**&nbsp;(7.5&nbsp;&nbsp;13.2),&nbsp; **Clang**&nbsp;(15.0.7&nbsp;&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6) |
| **SerenityOS** | **GCC**&nbsp;(13.1) |
| **WebAssembly/JS** | **Emscripten**&nbsp;(3.1.45&nbsp;&nbsp;3.1.64),&nbsp; **Node.js**&nbsp;(20.5&nbsp;&nbsp;22.5.1) |
| **WebAssembly/JS** | **Emscripten**&nbsp;(3.1.45&nbsp;&nbsp;3.1.66),&nbsp; **Node.js**&nbsp;(20.5.0&nbsp;&nbsp;22.8.0) |

* libsir is known to work on most common (and many uncommon) architectures. It has been built and tested on **Intel** (x86\_64, i686, x32), **ARM** (ARMv6, ARMv7HF, ARMv8‑A), **POWER** (PowerPC, PPC64, PPC64le), **MIPS** (MIPS64, MIPS32, 74Kc), **SPARC** (SPARC64, V8, LEON3), **z/Architecture** (S390X), **SuperH** (SH‑4A), **RISC‑V** (RV32, RV64), **OpenRISC** (OR1200), **Kalray MPPA®** (Coolidge™, KVX), and **m68k** (ColdFire, 68020+).
* This table only lists toolchains that have been tested and is by no means exhaustive&mdash;newer (or older) versions are likely to work without fanfare. In fact, if it *doesn't* work on your machine, it's probably a bug.
Expand Down
58 changes: 29 additions & 29 deletions docs/doxygen_crawl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<a href="sir_8h_source.html"/>
<a href="ansimacros_8h_source.html"/>
<a href="config_8h_source.html"/>
<a href="sir_8hh_source.html"/>
<a href="filecache_8h_source.html"/>
<a href="filesystem_8h_source.html"/>
<a href="errors_8h_source.html"/>
<a href="ansimacros_8h_source.html"/>
<a href="sir_8h_source.html"/>
<a href="impl_8h_source.html"/>
<a href="errors_8h_source.html"/>
<a href="sir_8hh_source.html"/>
<a href="helpers_8h_source.html"/>
<a href="internal_8h_source.html"/>
<a href="maps_8h_source.html"/>
<a href="mutex_8h_source.html"/>
<a href="filesystem_8h_source.html"/>
<a href="condition_8h_source.html"/>
<a href="console_8h_source.html"/>
<a href="defaults_8h_source.html"/>
<a href="platform_8h_source.html"/>
<a href="internal_8h_source.html"/>
<a href="maps_8h_source.html"/>
<a href="mutex_8h_source.html"/>
<a href="platform__embarcadero_8h_source.html"/>
<a href="platform__importc_8h_source.html"/>
<a href="platform__orangec_8h_source.html"/>
<a href="plugins_8h_source.html"/>
<a href="queue_8h_source.html"/>
<a href="platform_8h_source.html"/>
<a href="textstyle_8h_source.html"/>
<a href="threadpool_8h_source.html"/>
<a href="types_8h_source.html"/>
Expand All @@ -43,11 +43,11 @@
<a href="example_8c.html"/>
<a href="sir_8hh.html"/>
<a href="ansimacros_8h.html"/>
<a href="sir_8h.html"/>
<a href="sir_8c.html"/>
<a href="defaults_8h.html"/>
<a href="sircondition_8c.html"/>
<a href="config_8h.html"/>
<a href="defaults_8h.html"/>
<a href="sir_8h.html"/>
<a href="sir_8c.html"/>
<a href="condition_8h.html"/>
<a href="md_docs_2sources_2changelog.html"/>
<a href="config.html"/>
Expand All @@ -59,41 +59,41 @@
<a href="group__cpp.html"/>
<a href="group__default.html"/>
<a href="group__tests.html"/>
<a href="structsir__cl__arg.html"/>
<a href="structsir__level__style__tuple.html"/>
<a href="structsir__level__str__pair.html"/>
<a href="structsir__plugin.html"/>
<a href="structsir__plugincache.html"/>
<a href="structsir__plugininfo.html"/>
<a href="structsir__level__str__pair.html"/>
<a href="structsir__queue__node.html"/>
<a href="structsir__text__style__data.html"/>
<a href="structsir__queue.html"/>
<a href="structsir__plugincache.html"/>
<a href="structsir__pluginifacev1.html"/>
<a href="structsir__level__style__tuple.html"/>
<a href="structsir__cl__config.html"/>
<a href="structsir__queue.html"/>
<a href="structsir__thread__err.html"/>
<a href="structsir__test.html"/>
<a href="structsir__time.html"/>
<a href="structsir__threadpool__job.html"/>
<a href="structsir__text__style__data.html"/>
<a href="structsir__thread__err.html"/>
<a href="structsir__threadpool.html"/>
<a href="structsir__time.html"/>
<a href="structsir__update__config__data.html"/>
<a href="structsir__threadpool__job.html"/>
<a href="structsir__queue__node.html"/>
<a href="structsir__cl__arg.html"/>
<a href="structsirbuf.html"/>
<a href="structsirconfig.html"/>
<a href="structsirconfig_8state_8last.html"/>
<a href="structsirfcache.html"/>
<a href="structsirfile.html"/>
<a href="structsirconfig_8state_8last.html"/>
<a href="namespacesir.html"/>
<a href="structsir_1_1error.html"/>
<a href="classsir_1_1adapter.html"/>
<a href="classsir_1_1boost__format__adapter.html"/>
<a href="classsir_1_1default__adapter.html"/>
<a href="classsir_1_1logger.html"/>
<a href="classsir_1_1exception.html"/>
<a href="structsir_1_1error__info.html"/>
<a href="classsir_1_1fmt__format__adapter.html"/>
<a href="classsir_1_1default__policy.html"/>
<a href="classsir_1_1policy.html"/>
<a href="classsir_1_1std__iostream__adapter.html"/>
<a href="classsir_1_1exception.html"/>
<a href="classsir_1_1adapter.html"/>
<a href="structsir_1_1error.html"/>
<a href="classsir_1_1logger.html"/>
<a href="classsir_1_1std__format__adapter.html"/>
<a href="classsir_1_1default__policy.html"/>
<a href="classsir_1_1std__iostream__adapter.html"/>
<a href="conceptsir_1_1_derived_from_policy.html"/>
<a href="conceptsir_1_1_derived_from_stream_buf.html"/>
<a href="conceptsir_1_1_derived_from_t.html"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,17 @@ <h1><a class="anchor" id="cross-platform-compatibility"></a> Cross-platform comp
<th class="markdownTableHeadRight">System </th><th class="markdownTableHeadLeft">Toolchain </th></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>Linux</b>&#160;≳2.6.32<br />
(glibc&#160;≳2.4, musl&#160;≳1.2.3, uClibc‑ng&#160;≳1.0.43) </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(4.8.4&#160;‑&#160;14.2.1),&#160; <b>Clang</b>&#160;(3.8&#160;‑&#160;18.1.8),&#160; <b>Oracle&#160;Studio&#160;C/C++</b>&#160;(≳12.6),&#160; <b>Circle</b>&#160;(1.0.0‑210),&#160; <b>IBM&#160;Advance&#160;Toolchain</b>&#160;(14&#160;‑&#160;17),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.1.2&#160;‑&#160;16.1.1.15),&#160; <b>IBM&#160;Open&#160;XL&#160;C/C++</b>&#160;(17.1.1.0&#160;‑&#160;17.1.1.2),&#160; <b>NVIDIA&#160;HPC&#160;SDK&#160;C/C++</b>&#160;(23.5&#160;‑&#160;24.7),&#160; <b>Arm&#160;HPC&#160;C/C++</b>&#160;(22.1&#160;‑&#160;24.04),&#160; <b>DMD&#160;ImportC</b>&#160;(2.104.2&#160;‑&#160;2.110.0),&#160; <b>AMD&#160;Optimizing&#160;C/C++</b>&#160;(4.0.0&#160;‑&#160;4.2.0),&#160; <b>Intel&#160;oneAPI&#160;DPC++/C++</b>&#160;(2023.1&#160;‑&#160;2024.2.1),&#160; <b>Open64</b>&#160;(5,&#160;AMD&#160;4.5.2.1),&#160; <b>Intel&#160;C++&#160;Compiler&#160;Classic</b>&#160;(2021.9.0&#160;‑&#160;2021.10.0),&#160; <b>Portable&#160;C&#160;Compiler</b>&#160;(1.2.0.DEVEL‑20230730),&#160; <b>Kefir</b>&#160;(≳0.3.0),&#160; <b>Chibicc</b>&#160;(2020.12.6),&#160; <b>CompCert&#160;C</b>&#160;(3.11&#160;‑&#160;3.14,&#160;no‑TLS),&#160; <b>Chamois‑CompCert&#160;C</b>&#160;(3.14‑20231130,&#160;TLS) </td></tr>
(glibc&#160;≳2.4, musl&#160;≳1.2.3, uClibc‑ng&#160;≳1.0.43) </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(4.8.4&#160;‑&#160;14.2.1),&#160; <b>Clang</b>&#160;(3.8&#160;‑&#160;18.1.8),&#160; <b>Oracle&#160;Studio&#160;C/C++</b>&#160;(≳12.6),&#160; <b>Circle</b>&#160;(1.0.0‑210&#160;‑&#160;1.0.0‑217),&#160; <b>IBM&#160;Advance&#160;Toolchain</b>&#160;(14&#160;‑&#160;17),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.1.2&#160;‑&#160;16.1.1.15),&#160; <b>IBM&#160;Open&#160;XL&#160;C/C++</b>&#160;(17.1.1.0&#160;‑&#160;17.1.1.2),&#160; <b>NVIDIA&#160;HPC&#160;SDK&#160;C/C++</b>&#160;(23.5&#160;‑&#160;24.7),&#160; <b>Arm&#160;HPC&#160;C/C++</b>&#160;(22.1&#160;‑&#160;24.04),&#160; <b>DMD&#160;ImportC</b>&#160;(2.104.2&#160;‑&#160;2.110.0),&#160; <b>AMD&#160;Optimizing&#160;C/C++</b>&#160;(4.0.0&#160;‑&#160;4.2.0),&#160; <b>Intel&#160;oneAPI&#160;DPC++/C++</b>&#160;(2023.1&#160;‑&#160;2024.2.1),&#160; <b>Open64</b>&#160;(5,&#160;AMD&#160;4.5.2.1),&#160; <b>Intel&#160;C++&#160;Compiler&#160;Classic</b>&#160;(2021.9.0&#160;‑&#160;2021.10.0),&#160; <b>Portable&#160;C&#160;Compiler</b>&#160;(1.2.0.DEVEL‑20230730),&#160; <b>Kefir</b>&#160;(≳0.3.0),&#160; <b>Chibicc</b>&#160;(2020.12.6),&#160; <b>CompCert&#160;C</b>&#160;(3.11&#160;‑&#160;3.14,&#160;no‑TLS),&#160; <b>Chamois‑CompCert&#160;C</b>&#160;(3.14‑20231130,&#160;TLS) </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyRight"><b>Android</b>&#160;≳5 </td><td class="markdownTableBodyLeft"><b>Android&#160;NDK</b>&#160;(r25c&#160;‑&#160;r27) </td></tr>
<td class="markdownTableBodyRight"><b>Android</b>&#160;≳5 </td><td class="markdownTableBodyLeft"><b>Android&#160;NDK</b>&#160;(r25c&#160;‑&#160;r27b) </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>IBM AIX</b>&#160;7.2,&#160;7.3 </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(8.3&#160;‑&#160;12.3),&#160; <b>Clang</b>&#160;(18.1.2&#160;‑&#160;18.1.8),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.0.3&#160;‑&#160;16.1.0.18),&#160; <b>IBM&#160;Open&#160;XL&#160;C/C++</b>&#160;(17.1.1.1&#160;‑&#160;17.1.2.9) </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyRight"><b>IBM i</b>&#160;(<b>PASE</b>)&#160;7.5 </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(10.3.0&#160;‑&#160;10.5.0),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.0.15&#160;‑&#160;16.1.0.18) </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>macOS</b>&#160;≳10.15 </td><td class="markdownTableBodyLeft"><b>Xcode</b>&#160;(11.7&#160;‑&#160;16.0),&#160; <b>GCC</b>&#160;(10.4&#160;‑&#160;14.2.0),&#160; <b>Clang</b>&#160;(11.0.3&#160;‑&#160;18.1.8),&#160; <b>DMD&#160;ImportC</b>&#160;(2.105.0&#160;‑&#160;2.110.0),&#160; <b>Intel&#160;C++&#160;Compiler&#160;Classic</b>&#160;(2021.9.0&#160;‑&#160;2021.10.0) </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyRight"><b>Windows</b>&#160;≳10,&#160;11 </td><td class="markdownTableBodyLeft"><b>Microsoft&#160;Visual&#160;C/C++</b>&#160;(17.6&#160;‑&#160;17.10.5),&#160; <b>Clang‑CL</b>&#160;(16.0.6&#160;‑&#160;18.1.8),&#160; <b>GCC‑MinGW</b>&#160;(12.2.1&#160;‑&#160;14.2.1),&#160; <b>LLVM‑MinGW</b>&#160;(15.0&#160;‑&#160;18.1.8),&#160; <b>Embarcadero&#160;C++</b>&#160;(7.20&#160;‑&#160;7.70),&#160; <b>OrangeC</b>&#160;(≳6.71.10) </td></tr>
<td class="markdownTableBodyRight"><b>Windows</b>&#160;≳10,&#160;11 </td><td class="markdownTableBodyLeft"><b>Microsoft&#160;Visual&#160;C/C++</b>&#160;(17.6&#160;‑&#160;17.11.3),&#160; <b>Clang‑CL</b>&#160;(16.0.6&#160;‑&#160;18.1.8),&#160; <b>GCC‑MinGW</b>&#160;(12.2.1&#160;‑&#160;14.2.1),&#160; <b>LLVM‑MinGW</b>&#160;(15.0&#160;‑&#160;18.1.8),&#160; <b>Embarcadero&#160;C++</b>&#160;(7.20&#160;‑&#160;7.70),&#160; <b>OrangeC</b>&#160;(≳6.71.10) </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>Cygwin</b>&#160;3.4 </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(11.2&#160;‑&#160;13.2.1) </td></tr>
<tr class="markdownTableRowEven">
Expand All @@ -206,7 +206,7 @@ <h1><a class="anchor" id="cross-platform-compatibility"></a> Cross-platform comp
<tr class="markdownTableRowEven">
<td class="markdownTableBodyRight"><b>SerenityOS</b> </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(13.1) </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>WebAssembly/JS</b> </td><td class="markdownTableBodyLeft"><b>Emscripten</b>&#160;(3.1.45&#160;‑&#160;3.1.64),&#160; <b>Node.js</b>&#160;(20.5&#160;‑&#160;22.5.1) </td></tr>
<td class="markdownTableBodyRight"><b>WebAssembly/JS</b> </td><td class="markdownTableBodyLeft"><b>Emscripten</b>&#160;(3.1.45&#160;‑&#160;3.1.66),&#160; <b>Node.js</b>&#160;(20.5.0&#160;‑&#160;22.8.0) </td></tr>
</table>
<ul>
<li>libsir is known to work on most common (and many uncommon) architectures. It has been built and tested on <b>Intel</b> (x86_64, i686, x32), <b>ARM</b> (ARMv6, ARMv7HF, ARMv8‑A), <b>POWER</b> (PowerPC, PPC64, PPC64le), <b>MIPS</b> (MIPS64, MIPS32, 74Kc), <b>SPARC</b> (SPARC64, V8, LEON3), <b>z/Architecture</b> (S390X), <b>SuperH</b> (SH‑4A), <b>RISC‑V</b> (RV32, RV64), <b>OpenRISC</b> (OR1200), <b>Kalray MPPA®</b> (Coolidge™, KVX), and <b>m68k</b> (ColdFire, 68020+).</li>
Expand Down

0 comments on commit 1bc047e

Please sign in to comment.