configure: Remove llvm 3.6 defines
authorJan Vesely <jan.vesely@rutgers.edu>
Tue, 9 Feb 2016 22:17:48 +0000 (22:17 +0000)
committerJan Vesely <jan.vesely@rutgers.edu>
Tue, 9 Feb 2016 22:17:48 +0000 (22:17 +0000)
we require llvm 3.7

reviewer: tstellard
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 260304

libclc/configure.py

index 8b005ad..d591ef8 100755 (executable)
@@ -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' : [],