* Try to unbreak the build (issue #54242)

MLIR undef issue
This commit is contained in:
Sylvestre Ledru 2022-03-09 22:53:01 +01:00
parent 6e2a21fc1f
commit 717c08eff2
3 changed files with 22 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-snapshot (1:15~++20220309104405+e75f1d3c07ed-1~exp1) UNRELEASED; urgency=medium
* Try to unbreak the build (issue #54242)
MLIR undef issue
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 Mar 2022 22:45:06 +0100
llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp2) unstable; urgency=medium
* Install new llvm-remark-size-diff in llvm-X.Y
@ -69,6 +76,7 @@ llvm-toolchain-snapshot (1:14~++20220123085548+413684313d9d-1~exp1) experimental
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 23 Jan 2022 20:48:09 +0100
llvm-toolchain-snapshot (1:14~++20220107114130+3a604fdbcd5f-1~exp1) experimental; urgency=medium
* New snapshot release

13
debian/patches/issue-54242.diff vendored Normal file
View File

@ -0,0 +1,13 @@
Index: llvm-toolchain-snapshot_15~++20220309104405+e75f1d3c07ed/mlir/lib/ExecutionEngine/CMakeLists.txt
===================================================================
--- llvm-toolchain-snapshot_15~++20220309104405+e75f1d3c07ed.orig/mlir/lib/ExecutionEngine/CMakeLists.txt
+++ llvm-toolchain-snapshot_15~++20220309104405+e75f1d3c07ed/mlir/lib/ExecutionEngine/CMakeLists.txt
@@ -27,7 +27,7 @@ add_mlir_library(MLIRExecutionEngine
ExecutionEngine.cpp
OptUtils.cpp
- EXCLUDE_FROM_LIBMLIR
+# EXCLUDE_FROM_LIBMLIR
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/ExecutionEngine

View File

@ -148,3 +148,4 @@ compilerrt-builtins-arch-fix-armhf.diff
compilerrt-build-scudo-standalone-option.diff
wasm-ld-path.diff
python3-scan-build.py
issue-54242.diff