unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
blob 99d4abcea40e3b84eee96c95ecc9f7fc5e13b249 905 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
This patch restores LLVM targets needed for OpenCL, *reverting* this
upstream commit:

  From 80817b6e344258ac9b955f824ebf9019a0fc1610 Mon Sep 17 00:00:00 2001
  From: Jesse Natalie <jenatali@microsoft.com>
  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']

debug log:

solving 99d4abcea4 ...
found 99d4abcea4 in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).