From a809b8c531f6f0176f7148977b1237319abdd660 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 13 Oct 2021 00:07:17 +0800 Subject: Remove support for gatesgarth Building with oe-core gatesgarth is no longer supported. Remove from LAYERSERIES_COMPAT and remove the LLVM 11 patches as well. Signed-off-by: Anuj Mittal --- .../llvm11-0003-Remove-repo-name-in-LLVM-IR.patch | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-devtools/clang/files/llvm11-0003-Remove-repo-name-in-LLVM-IR.patch (limited to 'dynamic-layers/clang-layer/recipes-devtools/clang/files/llvm11-0003-Remove-repo-name-in-LLVM-IR.patch') diff --git a/dynamic-layers/clang-layer/recipes-devtools/clang/files/llvm11-0003-Remove-repo-name-in-LLVM-IR.patch b/dynamic-layers/clang-layer/recipes-devtools/clang/files/llvm11-0003-Remove-repo-name-in-LLVM-IR.patch deleted file mode 100644 index 15c4f9e2..00000000 --- a/dynamic-layers/clang-layer/recipes-devtools/clang/files/llvm11-0003-Remove-repo-name-in-LLVM-IR.patch +++ /dev/null @@ -1,49 +0,0 @@ -From a71ab6fb04b918b856f1dd802cfdb4a7ccd53290 Mon Sep 17 00:00:00 2001 -From: Feng Zou -Date: Tue, 20 Oct 2020 11:29:04 +0800 -Subject: [PATCH 3/6] Remove repo name in LLVM IR - -Upstream-Status: Backport [Taken from opencl-clang patches, https://github.com/intel/opencl-clang/blob/ocl-open-110/patches/llvm/0002-Remove-repo-name-in-LLVM-IR.patch] -Signed-off-by: Feng Zou -Signed-off-by: Naveen Saini ---- - llvm/cmake/modules/VersionFromVCS.cmake | 23 ++++++++++++----------- - 1 file changed, 12 insertions(+), 11 deletions(-) - -diff --git a/llvm/cmake/modules/VersionFromVCS.cmake b/llvm/cmake/modules/VersionFromVCS.cmake -index 18edbeabe3e4..2d9652634787 100644 ---- a/llvm/cmake/modules/VersionFromVCS.cmake -+++ b/llvm/cmake/modules/VersionFromVCS.cmake -@@ -33,17 +33,18 @@ function(get_source_info path revision repository) - else() - set(remote "origin") - endif() -- execute_process(COMMAND ${GIT_EXECUTABLE} remote get-url ${remote} -- WORKING_DIRECTORY ${path} -- RESULT_VARIABLE git_result -- OUTPUT_VARIABLE git_output -- ERROR_QUIET) -- if(git_result EQUAL 0) -- string(STRIP "${git_output}" git_output) -- set(${repository} ${git_output} PARENT_SCOPE) -- else() -- set(${repository} ${path} PARENT_SCOPE) -- endif() -+ # Do not show repo name in IR -+ # execute_process(COMMAND ${GIT_EXECUTABLE} remote get-url ${remote} -+ # WORKING_DIRECTORY ${path} -+ # RESULT_VARIABLE git_result -+ # OUTPUT_VARIABLE git_output -+ # ERROR_QUIET) -+ # if(git_result EQUAL 0) -+ # string(STRIP "${git_output}" git_output) -+ # set(${repository} ${git_output} PARENT_SCOPE) -+ # else() -+ # set(${repository} ${path} PARENT_SCOPE) -+ # endif() - endif() - else() - message(WARNING "Git not found. Version cannot be determined.") --- -2.17.1 - -- cgit v1.2.3-54-g00ecf