commit | d11900d5e76922790de90ebfb89f918673759a88 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Mon Sep 04 13:27:09 2023 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Sat Sep 09 00:56:41 2023 +0000 |
tree | 512a3e17bb0018febdf7ded80f9580f1c32b1abb | |
parent | 6a89507be8a94fe258513812b8934d7fe3af462c [diff] |
meson: use llvm-config instead of cmake to fix linking errors with meson 1.2.1 The cmake path picks a random LLVM in /usr, which happens to be 32-bit LLVM, which fails to link with 64-bit Mesa. This is a meson, cmake, or LLVM bug. Acked-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25042>