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-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/libwebrtc/g3doc/supported-platforms-and-compilers.md
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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.