summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md')
-rw-r--r--third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md b/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md
new file mode 100644
index 0000000000..4e65767499
--- /dev/null
+++ b/third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md
@@ -0,0 +1,34 @@
+<!-- go/cmark -->
+<!--* freshness: {owner: 'mbonadei' reviewed: '2021-06-25'} *-->
+
+# WebRTC supported plaftorms and compilers
+
+## Operating systems and CPUs
+
+The list of officially supported operating systems and CPUs is:
+
+* Android: armeabi-v7a, arm64-v8a, x86, x86_64.
+* iOS: arm64, x86_64.
+* Linux: armeabi-v7a, arm64-v8a, x86, x86_64.
+* macOS: x86_64, arm64 (M1).
+* Windows: x86_64.
+
+Other platforms are not officially supported (which means there is no CI
+coverage for them) but patches to keep WebRTC working with them are welcomed by
+the WebRTC Team.
+
+## Compilers
+
+WebRTC officially supports clang on all the supported platforms. The clang
+version officially supported is the one used by Chromium (hence the version is
+really close to Tip of Tree and can be checked
+[here](https://source.chromium.org/chromium/chromium/src/+/main:tools/clang/scripts/update.py)
+by looking at the value of `CLANG_REVISION`).
+
+See also
+[here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md)
+for some clang related documentation from Chromium.
+
+Other compilers are not officially supported (which means there is no CI
+coverage for them) but patches to keep WebRTC working with them are welcomed by
+the WebRTC Team.