This patch restores LLVM targets needed for OpenCL, *reverting* this upstream commit: 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 diff --git a/meson.build b/meson.build index 6d1607c35a3..f828eb80faa 100644 --- b/meson.build +++ a/meson.build @@ -1479,10 +1479,9 @@ endif if with_gallium_opencl llvm_modules += [ - 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader', - 'lto', 'option', 'objcarcopts', 'profiledata' + 'all-targets', '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'] ub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
AgeCommit message (Expand)Author
2021-06-08lint: Check for trailing whitespace in description....Xinglu Chen
2021-06-08lint: Check for trailing whitespace in synopsis....Xinglu Chen
2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling....Maxime Devos
2021-05-22lint: archival: Lookup content in Disarchive database....Ludovic Courtès
2021-04-16lint: Warn about underscores in package names....Xinglu Chen
2021-03-13tests: Remove obsolete comment....Tobias Geerinckx-Rice
2021-03-06tests: do not hard code HTTP ports...Maxime Devos
2020-12-07tests: lint: Add origin patch file name test cases....Chris Marusich
2020-11-21lint: Add 'check-haskell-stackage' checker....Timothy Sample
2020-11-21lint: Add 'patch-headers' checker....Ludovic Courtès