summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2016-02-09 22:17:48 +0000
committerJan Vesely <jan.vesely@rutgers.edu>2016-02-09 22:17:48 +0000
commit6d870d2e84b8cc812ffd29a98f477061f5e01e2e (patch)
tree773cfa37f75e061962e8bce9a37e627a5f88cfe1
parent46b7dd99e062cf44f0e56a91402c9ba4f76c7707 (diff)
downloadllvm-6d870d2e84b8cc812ffd29a98f477061f5e01e2e.tar.gz
configure: Remove llvm 3.6 defines
we require llvm 3.7 reviewer: tstellard Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 260304
-rwxr-xr-xlibclc/configure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libclc/configure.py b/libclc/configure.py
index 8b005ad17b57..d591ef8251bc 100755
--- a/libclc/configure.py
+++ b/libclc/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' : [],