From 6d870d2e84b8cc812ffd29a98f477061f5e01e2e Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Tue, 9 Feb 2016 22:17:48 +0000 Subject: [PATCH] configure: Remove llvm 3.6 defines we require llvm 3.7 reviewer: tstellard Signed-off-by: Jan Vesely llvm-svn: 260304 --- libclc/configure.py | 6 +++--- 1 file 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' : [],