From 06230df17fd7af2a9291fa2d79a9f7b5d5cb784e Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 30 Oct 2015 05:14:18 -0400 Subject: [PATCH] P4 to Git Change 1205804 by nhaustov@nhaustov_hsa on 2015/10/30 04:59:06 SWDEV-79309 - Build non-legacy compiler library without WITH_TARGET_AMDIL. Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/amdil_be.cpp#45 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#46 edit --- rocclr/compiler/lib/complibdefs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rocclr/compiler/lib/complibdefs b/rocclr/compiler/lib/complibdefs index f9675618ad..b346776e42 100644 --- a/rocclr/compiler/lib/complibdefs +++ b/rocclr/compiler/lib/complibdefs @@ -23,10 +23,6 @@ override BUILD_GPU_DEVICE = no endif endif -ifneq ($(BUILD_GPU_DEVICE),no) -GCPPFLAGS += $(DEFSWITCH) WITH_TARGET_AMDIL -endif - ifneq ($(BUILD_HSA_DEVICE),no) GCPPFLAGS += $(DEFSWITCH) WITH_TARGET_HSAIL ifneq ($(BUILD_GPU_DEVICE),no)