aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/webrender/ci-scripts/etc
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2023-09-14 15:00:42 +0530
committerMukilan Thiyagarajan <mukilan@igalia.com>2023-09-14 15:00:42 +0530
commitc385b3c9737c17d59cb02e520c3b68b232cb6497 (patch)
treead598ffbbdfbcecd6a4cf458abe2afc702d92c27 /third_party/webrender/ci-scripts/etc
parent988e05a68b48c9e744bf49459faf41a1bd9b81d7 (diff)
downloadservo-revert-webrender.tar.gz
servo-revert-webrender.zip
Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrender
This reverts commit a9d37cb85ac2c55fc630fccffe1ba60ff00f555b.
Diffstat (limited to 'third_party/webrender/ci-scripts/etc')
-rw-r--r--third_party/webrender/ci-scripts/etc/wr-darwin.meson18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/webrender/ci-scripts/etc/wr-darwin.meson b/third_party/webrender/ci-scripts/etc/wr-darwin.meson
deleted file mode 100644
index 54499822254..00000000000
--- a/third_party/webrender/ci-scripts/etc/wr-darwin.meson
+++ /dev/null
@@ -1,18 +0,0 @@
-[binaries]
-llvm-config = '/builds/worker/fetches/clang/bin/llvm-config'
-
-[properties]
-# When linking `libOSMesa.dylib` Meson uses options provided by `llvm-config`.
-# The binary for `llvm-config` in Firefox CI comes from a native Linux clang,
-# which gives the link options for the Linux libLLVM-11.so in the Linux clang.
-# However, we want to link against a native macOS clang's libLLVM.dylib, which
-# we have available in a separate directory.
-# Meson will still have -lLLVM-11 on the command line, but the linker will
-# only warn that it has the wrong format (because it's not for macOS).
-cpp_link_args = ['-L/builds/worker/fetches/clang-mac/clang/lib', '-lLLVM']
-
-[host_machine]
-system = 'darwin'
-cpu_family = 'x86_64'
-cpu = 'i686'
-endian = 'little'