mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-16 07:06:07 +00:00

* Only ship libbolt_rt_hugify.a & libbolt_rt_instr.a on amd64 * fix the cmake detection with libmlir * Build using LTO - better performances of the llvm-toolchain binaires * Build libfuzzer with C++ 17 ot unbreak it * Fix a typo to silent lintian (Closes: #1018770) * Fix some hardcoded paths (Closes: #1020847) * Suggest wasi-libc for clang * Allow libunwind-dev to be coinstallable (Closes: #1004112) * Add better support for the WebAssembly (wasm32/wasm64) targets: - Ship compiler-rt for the wasm32 and wasm64 targets. (Closes: #1010932) - Add patch wasm-compiler-rt-default.diff to default to compiler-rt for these targets. libgcc does not currently exist for WebAssembly in neither Debian nor upstream, and therefore compiler-rt is the only option. - Add patch wasm-sysroot-usr.diff to support a system-installed (i.e. shipped in /usr) wasi-libc. (Closes: #1020746) * Ship bolt * New upstream release * Upload to unstable now that we have removed 12 from the archive * Unbreak the clang symlink. See https://github.com/llvm/llvm-project/issues/57857 * New upstream release * Fix build on ppc64 and riscv64 (Closes: #1019582) * New stable release * syscall-mips64el-def.diff: fix the call to undeclared function 'syscall'; on mips * Update of the build dep from llvm-spirv => llvm-spirv-14 as it is now versioned. It should build libclc * Fix some hardcoded paths (Closes: #1020847) * Suggest wasi-libc for clang * Allow libunwind-dev to be coinstallable (Closes: #1004112) * Add better support for the WebAssembly (wasm32/wasm64) targets: - Ship compiler-rt for the wasm32 and wasm64 targets. (Closes: #1010932) - Add patch wasm-compiler-rt-default.diff to default to compiler-rt for these targets. libgcc does not currently exist for WebAssembly in neither Debian nor upstream, and therefore compiler-rt is the only option. - Add patch wasm-sysroot-usr.diff to support a system-installed (i.e. shipped in /usr) wasi-libc. (Closes: #1020746) * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging * Fifth RC release * Switch to 3.9 (remove lldb-3.9-dev as it was a transitional pkg)
20 lines
750 B
Plaintext
20 lines
750 B
Plaintext
#!/usr/bin/dh-exec
|
|
|
|
/usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION_FULL@/include/omp*.h
|
|
/usr/lib/llvm-@LLVM_VERSION@/lib/libgomp.so
|
|
/usr/lib/llvm-@LLVM_VERSION@/lib/libiomp5.so
|
|
/usr/lib/llvm-@LLVM_VERSION@/lib/libomp*.so
|
|
[!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher_static.a
|
|
[!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher.so
|
|
|
|
[amd64 ppc64el arm64 ppc64 riscv64] /usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget.devicertl.a
|
|
|
|
[amd64 ppc64el arm64 ppc64 riscv64] /usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget-*.bc
|
|
|
|
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/openmp/*.cmake
|
|
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/llvm-omp-device-info
|
|
usr/bin/llvm-omp-device-info-@LLVM_VERSION@
|
|
|
|
usr/lib/llvm-@LLVM_VERSION@/share/gdb/python/ompd/
|