aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch')
-rw-r--r--dynamic-layers/clang-layer/recipes-devtools/clang/files/0002-Remove-extra-semicolon.patch27
1 files changed, 0 insertions, 27 deletions
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 <alexey.sotkin@intel.com>
-Date: Mon, 5 Aug 2019 18:18:01 +0300
-Subject: [PATCH] Remove extra semicolon
-
-Upstream-Status: Backport
-Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
----
- 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<SPIRVExtensionKind, std::string>::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<SPIRVExtInstSetKind, std::string>::init() {
- add(SPIRVEIS_OpenCL, "OpenCL.std");
---
-2.7.4
-