From 7937fd18129a11748fd0b44fa4002338d5e4b2b6 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 2 Sep 2016 14:05:40 -0400 Subject: [PATCH] P4 to Git Change 1310397 by lmoriche@lmoriche_opencl_dev on 2016/09/02 13:55:00 SWDEV-101169 - Compile the PCH file from instead of a file reference. This removes the requirement to have the original file present when using the PCH file. Affected files ... ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/headers/build/Makefile.headers#9 edit ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/irif/build/Makefile.irif#6 edit ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/ockl/build/Makefile.ockl#7 edit ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/oclc/build/Makefile.oclc#9 edit ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/ocml/build/Makefile.ocml#7 edit ... //depot/stg/opencl/drivers/opencl/make/amdgcn.git/opencl/build/Makefile.opencl#9 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#14 edit --- rocclr/runtime/device/rocm/roccompiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rocclr/runtime/device/rocm/roccompiler.cpp b/rocclr/runtime/device/rocm/roccompiler.cpp index d2b9a8876e..db77254aaa 100644 --- a/rocclr/runtime/device/rocm/roccompiler.cpp +++ b/rocclr/runtime/device/rocm/roccompiler.cpp @@ -180,7 +180,6 @@ HSAILProgram::compileImpl_LC( driverOptions.append(" -include-pch " + pch->Name()); driverOptions.append(" -Xclang -fno-validate-pch"); - driverOptions.append(" -isysroot " + llvmBin_ + "/../../include"); driverOptions.append(hsailOptions(options)); if (clVer >= 200) {