[Libclc-dev] [PATCH 3/3] configure: Remove llvm 3.6 defines

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Mon Feb 8 12:17:10 PST 2016


we require llvm 3.7

Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
 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' : [],
-- 
2.5.0



More information about the Libclc-dev mailing list