From e11fc01d7b0857d49d304f432d68dd7368055b08 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Apr 2025 22:23:43 -0700 Subject: rust-llvm: Disable benchmarks by cmake options Drop patch to exclusively disable it in code It seems to be fixed upstream [1] [1] https://github.com/rust-lang/cmake-rs/pull/158 (From OE-Core rev: 60b4b0808a3b961917ed8abe16b9f7df2a311952) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../0003-llvm-fix-include-benchmarks.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch (limited to 'meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch') diff --git a/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch b/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch deleted file mode 100644 index ff31c0bc32..0000000000 --- a/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch +++ /dev/null @@ -1,25 +0,0 @@ -Subject: LLVM_INCLUDE_BENCHMARKS with llvm 14.0.1 failing to build - -https://github.com/llvm/llvm-project/issues/54941 - -The LLVM_INCLUDE_BENCHMARKS is turned OFF to fix the build error as -per the discussions in the above link. We will work on the issue and -replace the workaround with actual fix once committed in LLVM. - -Please refer the following link for more discussions on the issue:- -https://github.com/rust-lang/rust/issues/96054 - -Upstream-Status: Pending -Signed-off-by: Pgowda - ---- a/llvm/CMakeLists.txt 2022-04-22 00:45:30.543445478 -0700 -+++ b/llvm/CMakeLists.txt 2022-04-22 00:45:42.095232974 -0700 -@@ -615,7 +615,7 @@ option(LLVM_INCLUDE_GO_TESTS "Include th - - option(LLVM_BUILD_BENCHMARKS "Add LLVM benchmark targets to the list of default - targets. If OFF, benchmarks still could be built using Benchmarks target." OFF) --option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." ON) -+option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." OFF) - - option (LLVM_BUILD_DOCS "Build the llvm documentation." OFF) - option (LLVM_INCLUDE_DOCS "Generate build targets for llvm documentation." ON) -- cgit v1.2.3-54-g00ecf