From 1b076fd8dba94042b76e37f18f2d3bc74cbe717b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 12 Sep 2019 22:21:43 +0800 Subject: llvm-project-source: update SPIRV-LLVM-Translator 8.0.0 -> 9.0.0 Remove all the backported patches which are available in 9.0.0 release. Few patches were recommended from llvm-patches repo: https://github.com/intel/intel-graphics-compiler/blob/master/documentation/build_ubuntu.md https://github.com/intel/llvm-patches/commit/3906cc086f675847ca99b08107d18e083803d53c Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../clang/files/0002-Remove-extra-semicolon.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch (limited to 'dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch') diff --git a/dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch b/dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch deleted file mode 100644 index 5f5a957e..00000000 --- a/dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch +++ /dev/null @@ -1,27 +0,0 @@ -From a2c093c8db7b4e3a5612d0fcce9e4fd1756d6e4b Mon Sep 17 00:00:00 2001 -From: Alexey Sotkin -Date: Mon, 5 Aug 2019 18:18:01 +0300 -Subject: [PATCH] Remove extra semicolon - -Upstream-Status: Backport -Signed-off-by: Anuj Mittal ---- - lib/SPIRV/libSPIRV/SPIRVEnum.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/SPIRV/libSPIRV/SPIRVEnum.h b/lib/SPIRV/libSPIRV/SPIRVEnum.h -index c93a484..3a071e7 100644 ---- a/lib/SPIRV/libSPIRV/SPIRVEnum.h -+++ b/lib/SPIRV/libSPIRV/SPIRVEnum.h -@@ -124,7 +124,7 @@ template <> inline void SPIRVMap::init() { - add(SPV_INTEL_device_side_avc_motion_estimation, - "SPV_INTEL_device_side_avc_motion_estimation"); - add(SPV_KHR_no_integer_wrap_decoration, "SPV_KHR_no_integer_wrap_decoration"); --}; -+} - - template <> inline void SPIRVMap::init() { - add(SPIRVEIS_OpenCL, "OpenCL.std"); --- -2.7.4 - -- cgit v1.2.3-54-g00ecf