mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 17:07:11 +00:00
parent
6e2a21fc1f
commit
717c08eff2
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp2) unstable; urgency=medium
|
||||||
|
|
||||||
* Install new llvm-remark-size-diff in llvm-X.Y
|
* 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
|
-- 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
|
llvm-toolchain-snapshot (1:14~++20220107114130+3a604fdbcd5f-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
13
debian/patches/issue-54242.diff
vendored
Normal file
13
debian/patches/issue-54242.diff
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -148,3 +148,4 @@ compilerrt-builtins-arch-fix-armhf.diff
|
|||||||
compilerrt-build-scudo-standalone-option.diff
|
compilerrt-build-scudo-standalone-option.diff
|
||||||
wasm-ld-path.diff
|
wasm-ld-path.diff
|
||||||
python3-scan-build.py
|
python3-scan-build.py
|
||||||
|
issue-54242.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user