From 913fae06e0ae428cf46ebd3dc23dbf384d42b20b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 12 Mar 2021 01:46:50 +0000 Subject: Fri Mar 12 01:46:50 UTC 2021 x/mesa-21.0.0-x86_64-1.txz: Upgraded. --- .../80817b6e344258ac9b955f824ebf9019a0fc1610.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch (limited to 'source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch') diff --git a/source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch b/source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch new file mode 100644 index 000000000..13eec39c3 --- /dev/null +++ b/source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch @@ -0,0 +1,35 @@ +From 80817b6e344258ac9b955f824ebf9019a0fc1610 Mon Sep 17 00:00:00 2001 +From: Jesse Natalie +Date: Wed, 18 Nov 2020 18:30:30 -0800 +Subject: [PATCH] meson: Adjust Clover's required LLVM modules + +When coming from CMake, all-targets doesn't exist, and Clover's +mechanism for finding Clang apparently requires the OpenMP frontend +lib but doesn't automatically pull it in. + +Reviewed-by: Daniel Stone +Part-of: +--- + meson.build | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/meson.build b/meson.build +index 6d1607c35a3..f828eb80faa 100644 +--- a/meson.build ++++ b/meson.build +@@ -1479,9 +1479,10 @@ if with_amd_vk or with_gallium_radeonsi or with_gallium_r600 + endif + if with_gallium_opencl + llvm_modules += [ +- 'all-targets', 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader', +- 'lto', 'option', 'objcarcopts', 'profiledata', ++ 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader', ++ 'lto', 'option', 'objcarcopts', 'profiledata' + ] ++ llvm_optional_modules += ['frontendopenmp'] + endif + if with_microsoft_clc + llvm_modules += ['target', 'linker', 'irreader', 'option', 'libdriver'] +-- +GitLab + -- cgit v1.2.3