[libclc] 17/58: configure: Remove llvm 3.6 defines

Andreas Boll aboll-guest at moszumanska.debian.org
Thu Oct 6 08:16:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit b518692b52a0bbdf9cf0e2167b9629dd9501abcd
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Tue Feb 9 22:17:48 2016 +0000

    configure: Remove llvm 3.6 defines
    
    we require llvm 3.7
    
    reviewer: tstellard
    Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@260304 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.py b/configure.py
index 8b005ad..d591ef8 100755
--- a/configure.py
+++ b/configure.py
@@ -94,14 +94,14 @@ available_targets = {
                [{'gpu' : 'cedar',   'aliases' : ['palm', 'sumo', 'sumo2', 'redwood', 'juniper'],
                  'defines' : {}},
                 {'gpu' : 'cypress', 'aliases' : ['hemlock'],
-                 'defines' : {'LLVM3.6':['cl_khr_fp64']}},
+                 'defines' : {}},
                 {'gpu' : 'barts',   'aliases' : ['turks', 'caicos'],
                  'defines' : {}},
                 {'gpu' : 'cayman',  'aliases' : ['aruba'],
-                 'defines' : {'LLVM3.6':['cl_khr_fp64']}} ]},
+                 'defines' : {}} ]},
   'amdgcn--': { 'devices' :
                 [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii','mullins','tonga','carrizo','iceland','fiji','stoney'],
-                 'defines' : {'LLVM3.6':['cl_khr_fp64']}} ]},
+                 'defines' : {}} ]},
   'nvptx--'   : { 'devices' : [{'gpu' : '', 'aliases' : [],
                                 'defines' : {'all' : ['cl_khr_fp64']}}]},
   'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : [],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list